wok-next view gavl/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }