wok-current annotate gadmin-proftpd/receipt @ rev 23153
updated lxtask (0.1.8 -> 0.1.9)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 15 16:52:17 2020 +0100 (2020-03-15) |
parents | 8e17dd3d81ee |
children | 52649f27a0da |
rev | line source |
---|---|
pascal@14767 | 1 # SliTaz package receipt. |
pascal@14767 | 2 |
pascal@14767 | 3 PACKAGE="gadmin-proftpd" |
pascal@14767 | 4 VERSION="0.4.6" |
pascal@14767 | 5 CATEGORY="x-window" |
pascal@14767 | 6 SHORT_DESC="GTK+ configuration tool for ProFTPd." |
pascal@14767 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14999 | 8 LICENSE="GPL3" |
pascal@14767 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@20672 | 10 WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/" |
pascal@14767 | 11 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" |
pascal@14767 | 12 |
pascal@14767 | 13 DEPENDS="gtk+ proftpd" |
pascal@14767 | 14 BUILD_DEPENDS="gtk+-dev" |
pascal@14767 | 15 |
pascal@14767 | 16 |
pascal@14767 | 17 # Rules to configure and make the package. |
pascal@14767 | 18 compile_rules() |
pascal@14767 | 19 { |
pascal@14767 | 20 ./configure --prefix=/usr \ |
pascal@14767 | 21 --sysconfdir=/etc \ |
pascal@14767 | 22 --mandir=/usr/share/man \ |
pascal@14767 | 23 $CONFIGURE_ARGS && |
pascal@14767 | 24 make && |
pascal@14767 | 25 make DESTDIR=$DESTDIR install |
pascal@14767 | 26 } |
pascal@14767 | 27 |
pascal@14767 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14767 | 29 genpkg_rules() |
pascal@14767 | 30 { |
pascal@14767 | 31 mkdir -p $fs/usr/share/applications |
pascal@14767 | 32 cp -a $install/etc $fs |
pascal@14767 | 33 cp -a $install/usr/sbin $fs/usr |
pascal@14767 | 34 cp -a $install/usr/share/pixmaps $fs/usr/share |
pascal@14767 | 35 cp -a $stuff/$PACKAGE.desktop $fs/usr/share/applications |
pascal@14767 | 36 } |