wok annotate libee-dev/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents 0ef9618e4ad5
children 6c3718ca17b6
rev   line source
erjo@11414 1 # SliTaz package receipt.
erjo@11414 2
erjo@11414 3 PACKAGE="libee-dev"
erjo@11414 4 VERSION="0.3.2"
erjo@11414 5 CATEGORY="development"
erjo@11414 6 SHORT_DESC="libee dev files."
erjo@11414 7 MAINTAINER="erjo@slitaz.org"
erjo@11414 8 WEB_SITE="http://www.libee.org/download/"
erjo@11414 9 WANTED="libee"
erjo@11414 10
erjo@11414 11 DEPENDS="libee"
erjo@11414 12
erjo@11414 13 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11414 14 genpkg_rules()
erjo@11414 15 {
erjo@11414 16 mkdir -p $fs/usr/lib
erjo@11414 17 cp -a $install/usr/lib/*.*a $fs/usr/lib
erjo@11414 18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
erjo@11414 19 cp -a $install/usr/include $fs/usr
erjo@11414 20 }