wok-next diff libraw1394/receipt @ rev 6352
Up: bind, bind-client, bind-dev, libind to 9.7.1-P2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Sep 20 22:21:14 2010 +0000 (2010-09-20) |
parents | b15eab4dc854 |
children | f4a357d51a50 |
line diff
1.1 --- a/libraw1394/receipt Mon Mar 03 00:07:49 2008 +0100 1.2 +++ b/libraw1394/receipt Mon Sep 20 22:21:14 2010 +0000 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