wok-next view lockdis/receipt @ rev 21179
updated qt5 (5.10.1 -> 5.13.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jul 16 16:15:22 2019 +0100 (2019-07-16) |
parents | 0c430fcaf2d9 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="lockdis"
4 VERSION="1.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Simple screen locker"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://sourceforge.net/projects/lockdis/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="libx11-dev libxau-dev libxpm-dev \
15 libxdmcp-dev"
17 compile_rules() {
18 ./configure \
19 --prefix=/usr \
20 --infodir=/usr/share/info \
21 --mandir=/usr/share/man \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$install install
25 }
27 genpkg_rules() {
28 mkdir -p $fs/usr
29 cp -a $install/usr/bin $fs/usr
30 DEPENDS="libx11 libxau libxpm libxdmcp"
31 }