wok-next annotate libsexy/receipt @ rev 14996
Add LGPL2.1 licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 10 11:00:21 2013 +0000 (2013-08-10) |
parents | 6eff489aa802 |
children | 90efe33adc11 |
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@14996 | 8 LICENSE="LGPL2.1" |
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 } |