wok-next view libisofs/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 8f83f5558d64
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libisofs"
4 VERSION="1.0.8"
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 BUILD_DEPENDS="gfortran acl-dev attr-dev zlib-dev libjte-dev"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make \
22 MKDIRPROG="mkdir -p" \
23 install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 libisofs)
29 copy @std
30 DEPENDS="acl libjte zlib"
31 ;;
32 *-dev)
33 copy @dev
34 DEPENDS="libisofs acl-dev attr-dev bzip2-dev libjte-dev zlib-dev"
35 ;;
36 esac
37 }