wok-next view schroedinger/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents e5a5af728c96
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="schroedinger"
4 VERSION="1.0.11"
5 CATEGORY="multimedia"
6 SHORT_DESC="Dirac video compression library"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="MPL LGPL GPL MIT"
9 WEB_SITE="https://launchpad.net/schroedinger"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL"
14 BUILD_DEPENDS="orc-dev"
15 SPLIT="schroedinger-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 schroedinger)
29 copy @std
30 DEPENDS="orc"
31 ;;
32 *-dev)
33 copy @dev
34 DEPENDS="schroedinger orc-dev"
35 ;;
36 esac
37 }