wok-stable view libgee-dev/receipt @ rev 12449
lighttpd, mutt: update CONFIG_FILES (thanks emgi)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 08 13:07:27 2015 +0100 (2015-02-08) |
parents | |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libgee-dev"
4 VERSION="0.6.4"
5 CATEGORY="development"
6 SHORT_DESC="GObject collection library devel files."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://live.gnome.org/Libgee"
9 WANTED="libgee"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $install/usr/lib/*.*a $fs/usr/lib
16 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/share $fs/usr
19 }