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'
|
||||
pkgname=unclutter
|
||||
version=8
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc=$pkgname
|
||||
makedepends="libX11-devel"
|
||||
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
|
||||
|
||||
do_build() {
|
||||
make CC="$CC" CFLAGS="$CFLAGS" INSTPGMFLAGS=
|
||||
make CC="$CC" CFLAGS="$CFLAGS" INSTPGMFLAGS=
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vinstall unclutter 755 usr/bin
|
||||
vinstall unclutter.man 644 usr/share/man/man1 unclutter.1
|
||||
vbin unclutter
|
||||
vman unclutter.man unclutter.1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue