wok view gavl/receipt @ rev 8945

Up: firefox-langpack-zh_TW to 3.6.14.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 01 16:12:03 2011 +0000 (2011-03-01)
parents
children 3d26097fbb20
line source
1 # SliTaz package receipt.
3 PACKAGE="gavl"
4 VERSION="1.1.1"
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"
14 # Rules to configure and make the package.
16 compile_rules() {
17 cd $src
18 ./configure --prefix=/usr \
19 --without-doxygen \
20 --with-cpuflags=none \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$PWD/_pkg install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/lib
30 cp -a $_pkg/usr/lib/*so* $fs/usr/lib/
31 }