wok-next view libisofs/receipt @ rev 20250

jwm, lockdis: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 07 12:15:09 2017 +0100 (2017-11-07)
parents 8f447cf2eee5
children 25deb7c6df08
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="libisofs-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 genpkg_rules() {
22 case $PACKAGE in
23 libisofs)
24 copy @std
25 DEPENDS="acl libjte zlib"
26 ;;
27 *-dev)
28 copy @dev
29 DEPENDS="libisofs acl-dev attr-dev bzip2-dev libjte-dev zlib-dev"
30 ;;
31 esac
32 }