wok diff fatattr/receipt @ rev 25526
created recipe for lua5.1-mpack 1.0.9
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 25 07:18:33 2023 +0100 (20 months ago) |
parents | e3079653b462 |
children |
line diff
1.1 --- a/fatattr/receipt Fri Feb 25 22:15:31 2022 +0000 1.2 +++ b/fatattr/receipt Sat Feb 25 07:18:33 2023 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="fatattr" 1.7 -VERSION="1.0" 1.8 +VERSION="1.0.1" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Handle fat attributes." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.15 WEB_SITE="https://www.kernel.org/" 1.16 -WGET_URL="http://www.eu.kernel.org/pub/linux/utils/fs/fat/$PACKAGE/$TARBALL" 1.17 +WGET_URL="http://deb.debian.org/debian/pool/main/f/fatattr/fatattr_$VERSION.orig.tar.xz" 1.18 1.19 # What is the latest version available today? 1.20 current_version() 1.21 @@ -20,7 +20,6 @@ 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - cd $src 1.26 ./configure 1.27 make 1.28 }