parent
4b3e19e9f6
commit
dc0b04f003
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xlockmore'
|
# Template file for 'xlockmore'
|
||||||
pkgname=xlockmore
|
pkgname=xlockmore
|
||||||
version=5.55
|
version=5.55
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="freetype-devel libXt-devel libXext-devel"
|
makedepends="freetype-devel libXt-devel libXext-devel"
|
||||||
|
@ -21,4 +21,7 @@ do_install() {
|
||||||
bindir=${DESTDIR}/usr/bin mandir=${DESTDIR}/usr/share/man/man1 \
|
bindir=${DESTDIR}/usr/bin mandir=${DESTDIR}/usr/share/man/man1 \
|
||||||
prefix=${DESTDIR}/usr install
|
prefix=${DESTDIR}/usr install
|
||||||
chmod u+s ${DESTDIR}/usr/bin/xlock
|
chmod u+s ${DESTDIR}/usr/bin/xlock
|
||||||
|
|
||||||
|
sed -n 56,74p xlock/xlock.h > LICENSE
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue