wok-next diff fatback/receipt @ rev 21275
geeqie: added build dependencies
author | Hans-G?nter Theisgen |
---|---|
date | Sat Dec 07 15:44:52 2019 +0100 (2019-12-07) |
parents | a3c581bf52b8 |
children |
line diff
1.1 --- a/fatback/receipt Fri Aug 10 12:53:17 2018 +0300 1.2 +++ b/fatback/receipt Sat Dec 07 15:44:52 2019 +0100 1.3 @@ -1,30 +1,27 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="fatback" 1.8 VERSION="1.3" 1.9 CATEGORY="misc" 1.10 -SHORT_DESC="A *nix tool for recovering files from FAT file systems." 1.11 +SHORT_DESC="A *nix tool for recovering files from FAT file systems" 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="https://sourceforge.net/projects/fatback/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="https://sourceforge.net/projects/fatback/" 1.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.19 1.20 BUILD_DEPENDS="flex autoconf automake libtool" 1.21 1.22 -# Rules to configure and make the package. 1.23 -compile_rules() 1.24 -{ 1.25 +compile_rules() { 1.26 autoreconf -i 1.27 ./configure --prefix=/usr \ 1.28 $CONFIGURE_ARGS && 1.29 make && 1.30 - make DESTDIR=$DESTDIR install 1.31 + make DESTDIR=$install install 1.32 } 1.33 1.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.35 -genpkg_rules() 1.36 -{ 1.37 +genpkg_rules() { 1.38 mkdir -p $fs/usr/ 1.39 cp -a $install/usr/bin $fs/usr/ 1.40 }