wok view gavl/receipt @ rev 12470

Up: pcre (8.30) Have --enable-unicode-properties so we can build glib with it
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 23 12:50:36 2012 +0200 (2012-04-23)
parents 3d26097fbb20
children 4c7a7f1507aa
line source
1 # SliTaz package receipt.
3 PACKAGE="gavl"
4 VERSION="1.2.0"
5 CATEGORY="multimedia"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="A low level library, upon which multimedia APIs can be built."
8 WEB_SITE="http://gmerlin.sourceforge.net/"
9 DEPENDS="glibc-base"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$SF_MIRROR/gmerlin/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules() {
15 cd $src
16 ./configure --without-doxygen \
17 --with-cpuflags=none $CONFIGURE_ARGS &&
18 make &&
19 make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib
26 cp -a $_pkg/usr/lib/*so* $fs/usr/lib/
27 }