wok-4.x view libee-dev/receipt @ rev 11414
Add: libee, libee-dev
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed Dec 14 02:27:17 2011 +0100 (2011-12-14) |
parents | |
children | 4195104b04ac |
line source
1 # SliTaz package receipt.
3 PACKAGE="libee-dev"
4 VERSION="0.3.2"
5 CATEGORY="development"
6 SHORT_DESC="libee dev files."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://www.libee.org/download/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WANTED="libee"
12 DEPENDS="libee"
13 BUILD_DEPENDS=""
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 cp -a $install/usr/include $fs/usr
24 }