wok annotate libsexy/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 | db2b116dcbab |
children | 76b72f1ad63c |
rev | line source |
---|---|
pankso@877 | 1 # SliTaz package receipt. |
pankso@877 | 2 |
pankso@877 | 3 PACKAGE="libsexy" |
pankso@877 | 4 VERSION="0.1.11" |
pankso@877 | 5 CATEGORY="x-window" |
pankso@877 | 6 SHORT_DESC="Sexy widgests for GTK+." |
pankso@877 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@14718 | 8 LICENSE="GPL2" |
slaxemulator@7091 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pankso@877 | 10 WEB_SITE="http://www.chipx86.com/wiki/Libsexy" |
pankso@877 | 11 WGET_URL="http://releases.chipx86.com/libsexy/libsexy/$TARBALL" |
pankso@877 | 12 |
pascal@14718 | 13 DEPENDS="gtk+ xorg-libXdamage" |
pascal@14718 | 14 BUILD_DEPENDS="pkg-config gtk+-dev xorg-xproto libxml2-dev" |
pascal@14718 | 15 |
pankso@877 | 16 # Rules to configure and make the package. |
pankso@877 | 17 compile_rules() |
pankso@877 | 18 { |
pankso@877 | 19 cd $src |
pankso@877 | 20 ./configure \ |
pankso@877 | 21 --prefix=/usr \ |
pankso@877 | 22 --mandir=/usr/share/man \ |
pascal@1481 | 23 $CONFIGURE_ARGS && |
pascal@1481 | 24 make && |
pascal@14718 | 25 make DESTDIR=$DESTDIR install |
pankso@877 | 26 } |
pankso@877 | 27 |
pankso@877 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@877 | 29 genpkg_rules() |
pankso@877 | 30 { |
pankso@877 | 31 mkdir -p $fs/usr/lib |
pascal@14718 | 32 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@877 | 33 } |