mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
unclutter: xlint.
This commit is contained in:
parent
c89dc11b8f
commit
0397cdae81
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'unclutter'
|
# Template file for 'unclutter'
|
||||||
pkgname=unclutter
|
pkgname=unclutter
|
||||||
version=8
|
version=8
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=$pkgname
|
wrksrc=$pkgname
|
||||||
makedepends="libX11-devel"
|
makedepends="libX11-devel"
|
||||||
short_desc="A small program for hiding the mouse cursor"
|
short_desc="A small program for hiding the mouse cursor"
|
||||||
|
@ -12,10 +12,10 @@ distfiles="http://ftp.x.org/contrib/utilities/$pkgname-$version.tar.Z>$pkgname-$
|
||||||
checksum=b855a78d4465ab2f86287eacac63a73f1504b08522840aa37718776e7ec9192a
|
checksum=b855a78d4465ab2f86287eacac63a73f1504b08522840aa37718776e7ec9192a
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC="$CC" CFLAGS="$CFLAGS" INSTPGMFLAGS=
|
make CC="$CC" CFLAGS="$CFLAGS" INSTPGMFLAGS=
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall unclutter 755 usr/bin
|
vbin unclutter
|
||||||
vinstall unclutter.man 644 usr/share/man/man1 unclutter.1
|
vman unclutter.man unclutter.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue