wok-next annotate libmowgli/receipt @ rev 12653
freeglut, matchbox-desktop-2: add LDFLAGS for Binutils 2.22
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 30 10:01:30 2012 +0200 (2012-04-30) |
parents | 02bbaa9d12ba |
children | 8f447cf2eee5 |
rev | line source |
---|---|
mimas@2029 | 1 # SliTaz package receipt. |
mimas@2029 | 2 |
mimas@2029 | 3 PACKAGE="libmowgli" |
slaxemulator@10243 | 4 VERSION="0.9.50" |
pascal@2054 | 5 CATEGORY="system-tools" |
mimas@2029 | 6 SHORT_DESC="High performance and highly flexible algorithms." |
mimas@2029 | 7 MAINTAINER="mimas@slitaz.org" |
slaxemulator@10243 | 8 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
mimas@2029 | 9 WEB_SITE="http://www.atheme.org/projects/mowgli.shtml" |
mimas@2029 | 10 WGET_URL="http://distfiles.atheme.org/$TARBALL" |
mimas@2029 | 11 |
mimas@2029 | 12 # Rules to configure and make the package. |
mimas@2029 | 13 compile_rules() |
mimas@2029 | 14 { |
mimas@2029 | 15 cd $src |
slaxemulator@10243 | 16 sed -i "s/touch -t 0001010000 /touch /g" configure |
mimas@2029 | 17 ./configure \ |
pascal@2054 | 18 $CONFIGURE_ARGS && |
slaxemulator@10243 | 19 make && make install |
mimas@2029 | 20 } |
mimas@2029 | 21 |
mimas@2029 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
mimas@2029 | 23 genpkg_rules() |
mimas@2029 | 24 { |
mimas@2029 | 25 mkdir -p $fs/usr/lib |
mimas@2029 | 26 cp -a $_pkg/usr/lib/libmowgli.so* $fs/usr/lib |
mimas@2029 | 27 } |
mimas@2029 | 28 |