wok view libsexy-dev/receipt @ rev 14718

lib[s-z]*: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 11:57:36 2013 +0200 (2013-06-11)
parents 134b69cc28a2
children 76b72f1ad63c
line source
1 # SliTaz package receipt.
3 PACKAGE="libsexy-dev"
4 VERSION="0.1.11"
5 CATEGORY="development"
6 SHORT_DESC="Sexy widgests for GTK+ devel files."
7 WANTED="libsexy"
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://www.chipx86.com/wiki/Libsexy"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 }