wok-6.x annotate proftpd-dev/receipt @ rev 25565

Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author Stanislas Leduc <shann@slitaz.org>
date Tue May 09 17:24:00 2023 +0000 (13 months ago)
parents eb5518b1b094
children
rev   line source
pascal@14768 1 # SliTaz package receipt.
pascal@14768 2
pascal@14768 3 PACKAGE="proftpd-dev"
Hans-G?nter@25149 4 VERSION="1.3.7d"
pascal@14768 5 CATEGORY="development"
pascal@14768 6 SHORT_DESC="Highly configurable FTP server, development files."
pascal@14768 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
pascal@14768 9 WEB_SITE="http://www.proftpd.org/"
pascal@14768 10
Hans-G?nter@23446 11 DEPENDS="pkg-config proftpd"
Hans-G?nter@21703 12 WANTED="proftpd"
pascal@14768 13
pascal@14768 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14768 15 genpkg_rules()
pascal@14768 16 {
Hans-G?nter@25149 17 cook_copy_folders include
Hans-G?nter@25149 18 cook_copy_folders pkgconfig
pascal@14768 19 }