wok annotate libftdi-dev/receipt @ rev 5481

Up: patch (2.6.1)
author Christopher Rogers <slaxemulator@gmail.com>
date Thu May 06 02:17:04 2010 +0000 (2010-05-06)
parents f8d9b6cee57b
children 2d2120dbd664
rev   line source
rcx@3715 1 # SliTaz package receipt.
rcx@3715 2
rcx@3715 3 PACKAGE="libftdi-dev"
rcx@3715 4 VERSION="0.16"
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 }