wok-next annotate gadmin-proftpd/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents f48456621a9d
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@14767 2
pascal@14767 3 PACKAGE="gadmin-proftpd"
pascal@14767 4 VERSION="0.4.6"
pascal@14767 5 CATEGORY="x-window"
al@20534 6 SHORT_DESC="GTK+ configuration tool for ProFTPd"
pascal@14767 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
al@20949 9 WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/"
al@20534 10
pascal@14767 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14767 12 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
pascal@14767 13
al@21017 14 BUILD_DEPENDS="gtk2-dev"
pascal@14767 15
al@20534 16 compile_rules() {
al@20534 17 ./configure $CONFIGURE_ARGS &&
pascal@14767 18 make &&
al@21020 19 make DESTDIR=$install install
pascal@14767 20 }
pascal@14767 21
al@20534 22 genpkg_rules() {
al@20534 23 copy @std
al@21017 24 DEPENDS="gtk2 proftpd"
pascal@14767 25 }