wok-next annotate libsigc++/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 | df3c83ee7366 |
| children | 7d672a2330b8 |
| rev | line source |
|---|---|
| pankso@137 | 1 # SliTaz package receipt. |
| pankso@137 | 2 |
| pankso@137 | 3 PACKAGE="libsigc++" |
| gokhlayeh@11385 | 4 VERSION="2.2.10" |
| pankso@211 | 5 CATEGORY="system-tools" |
| pankso@137 | 6 SHORT_DESC="Callback Framework for C++" |
| pankso@137 | 7 MAINTAINER="pankso@slitaz.org" |
| pascal@14718 | 8 LICENSE="LGPL2.1" |
| slaxemulator@7088 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
| pankso@137 | 10 WEB_SITE="http://libsigc.sourceforge.net/" |
| slaxemulator@12386 | 11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" |
| pankso@137 | 12 |
| pascal@14718 | 13 BUILD_DEPENDS="m4" |
| pascal@14718 | 14 |
| pankso@137 | 15 # Rules to configure and make the package. |
| pankso@137 | 16 compile_rules() |
| pankso@137 | 17 { |
| pankso@137 | 18 cd $src |
| slaxemulator@12386 | 19 |
| pankso@137 | 20 ./configure \ |
| pascal@2555 | 21 $CONFIGURE_ARGS && |
| pascal@2555 | 22 make && |
| slaxemulator@10084 | 23 make install |
| pankso@137 | 24 } |
| pankso@137 | 25 |
| pankso@137 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
| pankso@137 | 27 genpkg_rules() |
| pankso@137 | 28 { |
| pankso@137 | 29 mkdir -p $fs/usr/lib |
| pascal@14718 | 30 cp -a $install/usr/lib/*.so* $fs/usr/lib |
| pankso@137 | 31 } |