wok annotate libbsd/receipt @ rev 15254
gstreamer: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 20:39:22 2013 +0000 (2013-09-23) |
parents | bc3fb1e3fbb0 |
children | 093afdf01585 |
rev | line source |
---|---|
claudinei@14893 | 1 # SliTaz package receipt. |
claudinei@14893 | 2 |
claudinei@14893 | 3 PACKAGE="libbsd" |
claudinei@14893 | 4 VERSION="0.6.0" |
claudinei@14893 | 5 CATEGORY="development" |
claudinei@14893 | 6 SHORT_DESC="Provides useful functions commonly found on BSD systems." |
claudinei@14893 | 7 MAINTAINER="claudinei@slitaz.org" |
pascal@14894 | 8 LICENSE="BSD MIT" |
claudinei@14893 | 9 WEB_SITE="http://libbsd.freedesktop.org/wiki/" |
claudinei@14893 | 10 TARBALL="$PACKAGE-$VERSION.tar.xz" |
claudinei@14893 | 11 WGET_URL="http://libbsd.freedesktop.org/releases/$TARBALL" |
claudinei@14893 | 12 |
claudinei@14893 | 13 DEPENDS="" |
claudinei@14893 | 14 BUILD_DEPENDS="" |
claudinei@14893 | 15 |
claudinei@14893 | 16 # Rules to configure and make the package. |
claudinei@14893 | 17 compile_rules() |
claudinei@14893 | 18 { |
claudinei@14893 | 19 ./configure $CONFIGURE_ARGS && make && make install |
claudinei@14893 | 20 } |
claudinei@14893 | 21 |
claudinei@14893 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
claudinei@14893 | 23 genpkg_rules() |
claudinei@14893 | 24 { |
claudinei@14893 | 25 mkdir -p $fs/usr/lib |
claudinei@14893 | 26 cp -a $install/usr/lib/*.so* $fs/usr/lib |
claudinei@14893 | 27 } |