wok-current annotate proftpd-dev/receipt @ rev 15002
Add some GPL2 licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 10 21:12:16 2013 +0000 (2013-08-10) |
parents | 0d095d0c9b59 |
children | 47e1df965953 |
rev | line source |
---|---|
pascal@14768 | 1 # SliTaz package receipt. |
pascal@14768 | 2 |
pascal@14768 | 3 PACKAGE="proftpd-dev" |
pascal@14768 | 4 VERSION="1.3.4d" |
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 WANTED="proftpd" |
pascal@14768 | 11 |
pascal@14768 | 12 DEPENDS="proftpd" |
pascal@14768 | 13 |
pascal@14768 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14768 | 15 genpkg_rules() |
pascal@14768 | 16 { |
pascal@14768 | 17 mkdir -p $fs/usr/lib |
pascal@14768 | 18 cp -a $install/usr/include $fs/usr |
pascal@14768 | 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@14768 | 20 } |