wok-current diff vanessa_adt/receipt @ rev 23825
Up cryptsetup (2.3.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 28 13:19:51 2020 +0000 (2020-05-28) |
parents | 2a21689b0af7 |
children | 2a0479881723 |
line diff
1.1 --- a/vanessa_adt/receipt Thu Oct 03 09:52:57 2013 +0000 1.2 +++ b/vanessa_adt/receipt Thu May 28 13:19:51 2020 +0000 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="vanessa_adt" 1.7 -VERSION="0.0.6" 1.8 +VERSION="0.0.9" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Abstract Data Types." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://www.vergenet.net/linux/vanessa" 1.16 WGET_URL="$WEB_SITE/download/$PACKAGE/$VERSION/$TARBALL" 1.17 1.18 @@ -16,9 +16,8 @@ 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 - cd $src 1.23 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.24 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.25 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.26 make && 1.27 make DESTDIR=$DESTDIR install 1.28 } 1.29 @@ -29,4 +28,3 @@ 1.30 mkdir -p $fs/usr/lib 1.31 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.32 } 1.33 -