wok-next annotate libburn/receipt @ rev 21039

mariadb 10.3.10
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 09 03:18:57 2018 +0200 (2018-11-09)
parents 0ec6086e21d6
children
rev   line source
al@19910 1 # SliTaz package receipt v2.
devl547@5624 2
devl547@5624 3 PACKAGE="libburn"
al@21009 4 VERSION="1.5.0"
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@21009 14 SPLIT="$PACKAGE-dev"
al@19910 15
al@20575 16 compile_rules() {
al@21009 17 ./configure \
al@21009 18 --disable-static \
al@21009 19 $CONFIGURE_ARGS &&
al@20575 20 fix libtool &&
al@20575 21 make &&
al@20575 22 make install
devl547@5624 23 }
devl547@5624 24
al@20575 25 genpkg_rules() {
al@19910 26 case $PACKAGE in
al@19910 27 libburn) copy @std;;
al@19910 28 *-dev) copy @dev;;
al@19910 29 esac
devl547@5624 30 }