wok-next view libisofs/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 25deb7c6df08
children d5aab818505e
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 &&
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 }