wok-next view libburn/receipt @ rev 21286
updated gnuradio (3.7.8 -> 3.8.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Dec 08 11:42:09 2019 +0100 (2019-12-08) |
parents | 0ec6086e21d6 |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libburn"
4 VERSION="1.5.0"
5 CATEGORY="utilities"
6 SHORT_DESC="Reading, mastering and writing optical discs"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://dev.lovelyhq.com/libburnia/web/wikis/home"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://files.libburnia-project.org/releases/$TARBALL"
14 SPLIT="$PACKAGE-dev"
16 compile_rules() {
17 ./configure \
18 --disable-static \
19 $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 libburn) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }