wok-next annotate libburn/receipt @ rev 21575

updated linux (4.14.85 -> 4.17.7)
author Hans-G?nter Theisgen
date Tue Jun 23 07:23:21 2020 +0100 (2020-06-23)
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 }