wok view gavl/receipt @ rev 14859

Up: gpodder (3.5.1)
author Claudinei Pereira <claudinei@slitaz.org>
date Mon Jul 22 18:17:33 2013 -0300 (2013-07-22)
parents b7319995b37e
children 2b9f96603415
line source
1 # SliTaz package receipt.
3 PACKAGE="gavl"
4 VERSION="1.4.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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="$SF_MIRROR/gmerlin/$TARBALL"
12 DEPENDS="glibc-base"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --without-doxygen \
19 --with-cpuflags=none $CONFIGURE_ARGS &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -a $install/usr/lib/*so* $fs/usr/lib/
28 }