wok-4.x rev 5853
Up libraw1394 (2.0.5)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 17 00:06:51 2010 +0200 (2010-07-17) |
parents | 939450fd68aa |
children | ebcb0e20740e |
files | libraw1394/receipt |
line diff
1.1 --- a/libraw1394/receipt Fri Jul 16 23:05:43 2010 +0200 1.2 +++ b/libraw1394/receipt Sat Jul 17 00:06:51 2010 +0200 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libraw1394" 1.7 -VERSION="1.3.0" 1.8 +VERSION="2.0.5" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="IEEE 1394 is a standard defining a high speed serial bus." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WEB_SITE="http://www.linux1394.org/" 1.14 -WGET_URL="http://www.linux1394.org/dl/$TARBALL" 1.15 +WGET_URL="http://www.kernel.org/pub/linux/libs/ieee1394/$TARBALL" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 @@ -16,8 +16,8 @@ 1.20 ./configure \ 1.21 --prefix=/usr \ 1.22 --mandir=/usr/share/man \ 1.23 - $CONFIGURE_ARGS 1.24 - make 1.25 + $CONFIGURE_ARGS && 1.26 + make && 1.27 make DESTDIR=$PWD/_pkg install 1.28 } 1.29