unclutter: fix PIE, don't bother with makefile.
This commit is contained in:
parent
13bb2e13cd
commit
d90043834e
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'unclutter'
|
||||
pkgname=unclutter
|
||||
version=8
|
||||
revision=5
|
||||
wrksrc=$pkgname
|
||||
revision=4
|
||||
wrksrc="$pkgname"
|
||||
makedepends="libX11-devel"
|
||||
short_desc="A small program for hiding the mouse cursor"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
|
@ -12,7 +12,7 @@ distfiles="${DEBIAN_SITE}/main/u/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
|||
checksum=dfc0e4f22dd2398f91206e82c2a193a635a7fa5c1e03910db476cb2a8cf4f084
|
||||
|
||||
do_build() {
|
||||
make CC="$CC" CFLAGS="$CFLAGS" INSTPGMFLAGS=
|
||||
${CC} ${CFLAGS} -o unclutter unclutter.c ${LDFLAGS} -lX11
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue