wok view libee-dev/receipt @ rev 11754

Up: slitaz-configs (4.7) New grub splash image and fix GTK icon
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 22 16:35:30 2012 +0100 (2012-02-22)
parents 0ef9618e4ad5
children 6c3718ca17b6
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 WANTED="libee"
11 DEPENDS="libee"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }