wok-next annotate libburn/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 a0bea82010d7
children a20a093a9790
rev   line source
al@19910 1 # SliTaz package receipt v2.
devl547@5624 2
devl547@5624 3 PACKAGE="libburn"
al@19910 4 VERSION="1.4.8"
devl547@5624 5 CATEGORY="utilities"
al@19910 6 SHORT_DESC="Reading, mastering and writing optical discs"
devl547@5624 7 MAINTAINER="devl547@gmail.com"
pascal@15472 8 LICENSE="GPL2"
al@19910 9 WEB_SITE="https://dev.lovelyhq.com/libburnia/web/wikis/home"
al@19910 10
al@19910 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
devl547@5624 12 WGET_URL="http://files.libburnia-project.org/releases/$TARBALL"
devl547@5624 13
al@19910 14 SPLIT="libburn-dev"
al@19910 15
al@20575 16 compile_rules() {
al@20575 17 ./configure $CONFIGURE_ARGS &&
al@20575 18 fix libtool &&
al@20575 19 make &&
al@20575 20 make install
devl547@5624 21 }
devl547@5624 22
al@20575 23 genpkg_rules() {
al@19910 24 case $PACKAGE in
al@19910 25 libburn) copy @std;;
al@19910 26 *-dev) copy @dev;;
al@19910 27 esac
devl547@5624 28 }