wok diff shell-fm/receipt @ rev 4739
Up: tazpkg (3.2) - Box is much faster and deps auto installed
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jan 07 21:02:23 2010 +0100 (2010-01-07) |
parents | 41b67c175e37 |
children | 726947f9394d |
line diff
1.1 --- a/shell-fm/receipt Sun May 03 18:24:12 2009 +0200 1.2 +++ b/shell-fm/receipt Thu Jan 07 21:02:23 2010 +0100 1.3 @@ -7,7 +7,7 @@ 1.4 MAINTAINER="jozee@slitaz.org" 1.5 DEPENDS="libmad libao taglib zlib" 1.6 BUILD_DEPENDS="libmad-dev libao-dev libao git" 1.7 - 1.8 +WEB_SITE="http://nex.scrapping.cc/shell-fm/" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -18,15 +18,11 @@ 1.13 cd $PACKAGE 1.14 make && 1.15 make DESTDIR=$PWD/../_pkg install 1.16 - 1.17 } 1.18 1.19 - 1.20 - 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - mkdir -p $fs/usr 1.25 + mkdir -p $fs/usr 1.26 cp -a $_pkg/usr/bin $fs/usr 1.27 - 1.28 }