wok-stable annotate libftdi-dev/receipt @ rev 9030
Fixed cyrus-sasl-pam.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Mar 03 16:29:06 2011 +0000 (2011-03-03) |
parents | 3b8e805bd396 |
children |
rev | line source |
---|---|
rcx@3715 | 1 # SliTaz package receipt. |
rcx@3715 | 2 |
rcx@3715 | 3 PACKAGE="libftdi-dev" |
rcx@6009 | 4 VERSION="0.18" |
rcx@3802 | 5 CATEGORY="development" |
rcx@3715 | 6 SHORT_DESC="libftdi devel files." |
rcx@3715 | 7 MAINTAINER="rcx@zoominternet.net" |
rcx@3715 | 8 DEPENDS="" |
rcx@3715 | 9 WEB_SITE="http://www.intra2net.com/en/developer/libftdi/" |
rcx@3715 | 10 WANTED="libftdi" |
rcx@3715 | 11 |
rcx@3715 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3715 | 13 genpkg_rules() |
rcx@3715 | 14 { |
rcx@3715 | 15 mkdir -p $fs/usr/lib |
rcx@3715 | 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
rcx@3715 | 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
rcx@3715 | 18 cp -a $_pkg/usr/include $fs/usr |
rcx@3715 | 19 } |