wok-next view libcdio/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 2e9df1b30cc2
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libcdio"
4 VERSION="0.94"
5 CATEGORY="multimedia"
6 SHORT_DESC="GNU Compact Disc Input and Control Library"
7 MAINTAINER="rj.rohit@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/libcdio/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libcdio.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://ftp.gnu.org/gnu/libcdio/$TARBALL"
15 BUILD_DEPENDS="perl libcddb-dev ncurses-dev"
16 SPLIT="libcdio-utils libcdio-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 libcdio) copy *.so*;;
28 *-utils) copy bin/; DEPENDS="libcdio libcddb ncurses";;
29 *-dev) copy @dev;;
30 esac
31 }