wok-next view gavl/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents a5d7827e08cf
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gavl"
4 VERSION="1.4.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="A low level library, upon which multimedia APIs can be built"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://gmerlin.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/gmerlin/$TARBALL"
14 SPLIT="$PACKAGE-dev"
16 compile_rules() {
17 ./configure \
18 --without-doxygen \
19 --with-cpuflags=none \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 gavl)
29 copy @std
30 DEPENDS="glibc-base"
31 ;;
32 *-dev)
33 copy @dev
34 ;;
35 esac
36 }