wok-next annotate libcdio/receipt @ rev 20575

More fix libtool; combine libdbusmenu-gtk*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 01:31:03 2018 +0300 (2018-04-14)
parents 2e9df1b30cc2
children f48456621a9d
rev   line source
al@19811 1 # SliTaz package receipt v2.
jozee@2663 2
jozee@2663 3 PACKAGE="libcdio"
al@19811 4 VERSION="0.94"
jozee@2663 5 CATEGORY="multimedia"
jozee@2663 6 SHORT_DESC="GNU Compact Disc Input and Control Library"
jozee@2663 7 MAINTAINER="rj.rohit@gmail.com"
pascal@14714 8 LICENSE="GPL3"
al@19850 9 WEB_SITE="https://www.gnu.org/software/libcdio/"
al@20575 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/libcdio.html"
al@19811 11
jozee@2663 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19850 13 WGET_URL="https://ftp.gnu.org/gnu/libcdio/$TARBALL"
jozee@2663 14
al@19811 15 BUILD_DEPENDS="perl libcddb-dev ncurses-dev"
al@19811 16 SPLIT="libcdio-utils libcdio-dev"
pascal@14714 17
al@20575 18 compile_rules() {
al@20575 19 ./configure $CONFIGURE_ARGS &&
al@20575 20 fix libtool &&
al@20575 21 make &&
al@20575 22 make install
jozee@2663 23 }
jozee@2663 24
al@20575 25 genpkg_rules() {
al@19811 26 case $PACKAGE in
al@19811 27 libcdio) copy *.so*;;
al@19811 28 *-utils) copy bin/; DEPENDS="libcdio libcddb ncurses";;
al@19811 29 *-dev) copy @dev;;
al@19811 30 esac
jozee@2663 31 }