wok-6.x annotate libftdi-dev/receipt @ rev 18163
gdb-python: add python stuff
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 26 09:27:39 2015 +0200 (2015-06-26) |
parents | 8f447cf2eee5 |
children | 0ffd72f9b197 |
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" |
pascal@15473 | 8 LICENSE="BSD GPL2 LGPL2" |
rcx@3715 | 9 WEB_SITE="http://www.intra2net.com/en/developer/libftdi/" |
rcx@3715 | 10 WANTED="libftdi" |
rcx@3715 | 11 |
pascal@15597 | 12 DEPENDS="pkg-config" |
pascal@15473 | 13 |
rcx@3715 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3715 | 15 genpkg_rules() |
rcx@3715 | 16 { |
rcx@3715 | 17 mkdir -p $fs/usr/lib |
pascal@15473 | 18 cp -a $install/usr/lib/*.*a $fs/usr/lib |
pascal@15473 | 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@15473 | 20 cp -a $install/usr/include $fs/usr |
rcx@3715 | 21 } |