wok-6.x annotate ccd2iso/receipt @ rev 19441
Up fltk (1.3.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 14 08:59:42 2016 +0200 (2016-10-14) |
parents | |
children | 9af0e03b8ad0 |
rev | line source |
---|---|
hackdorte@19182 | 1 # SliTaz package receipt. |
hackdorte@19182 | 2 |
hackdorte@19182 | 3 PACKAGE="ccd2iso" |
hackdorte@19182 | 4 VERSION="0.3" |
hackdorte@19182 | 5 CATEGORY="misc" |
hackdorte@19182 | 6 SHORT_DESC="CloneCD image (.img) to ISO image file converter." |
hackdorte@19182 | 7 MAINTAINER="hackdorte@sapo.pt" |
hackdorte@19182 | 8 LICENSE="GPL2" |
hackdorte@19182 | 9 SUGGESTED="bchunk" |
hackdorte@19182 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
hackdorte@19182 | 11 WEB_SITE="https://sourceforge.net/projects/ccd2iso/" |
hackdorte@19182 | 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
hackdorte@19182 | 13 TAGS="convert img iso" |
hackdorte@19182 | 14 |
hackdorte@19182 | 15 DEPENDS="glibc-base" |
hackdorte@19182 | 16 BUILD_DEPENDS="glibc-dev" |
hackdorte@19182 | 17 |
hackdorte@19182 | 18 # Rules to configure and make the package. |
hackdorte@19182 | 19 compile_rules() |
hackdorte@19182 | 20 { |
hackdorte@19182 | 21 ./configure --prefix=/usr \ |
hackdorte@19182 | 22 $CONFIGURE_ARGS && |
hackdorte@19182 | 23 make $MAKEFLAGS && |
hackdorte@19182 | 24 make DESTDIR=$DESTDIR install |
hackdorte@19182 | 25 } |
hackdorte@19182 | 26 |
hackdorte@19182 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
hackdorte@19182 | 28 genpkg_rules() |
hackdorte@19182 | 29 { |
hackdorte@19182 | 30 mkdir -p $fs/usr/bin |
hackdorte@19182 | 31 cp -a $install/usr/bin/* $fs/usr/bin |
hackdorte@19182 | 32 } |