wok-undigest diff owfs/receipt @ rev 92

Add pcmanfm2 (next generation pcmanfm)
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 02 18:26:08 2010 +0200 (2010-05-02)
parents
children 591a1e0ea62c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/owfs/receipt	Sun May 02 18:26:08 2010 +0200
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="owfs"
     1.7 +VERSION="2.7p33"
     1.8 +CATEGORY="misc"
     1.9 +SHORT_DESC="OWFS One Wire File System."
    1.10 +MAINTAINER="l.lemarinel@gmail.com"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="www.owfs.org"
    1.13 +#WGET_URL="http://downloads.sourceforge.net/project/owfs/owfs/$VERSION/$TARBALL?use_mirror=freefr"
    1.14 +WGET_URL="http://freefr.dl.sourceforge.net/project/owfs/owfs/2.7p33/owfs-2.7p33.tar.gz"
    1.15 +BUILD_DEPENDS="fuse-dev libusb-dev"
    1.16 +DEPENDS="fuse libusb"
    1.17 +
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	./configure --prefix=/usr --bindir=/usr/bin 
    1.24 +	make 
    1.25 +	make DESTDIR=$PWD/_pkg install
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	mkdir -p $fs/usr
    1.32 +	cp -a $_pkg/usr/bin $fs/usr
    1.33 +}