wok-next diff libtar/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents a3c581bf52b8
children
line diff
     1.1 --- a/libtar/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/libtar/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -4,15 +4,15 @@
     1.4  VERSION="1.2.11"
     1.5  CATEGORY="development"
     1.6  SHORT_DESC="C library for manipulating POSIX tar files"
     1.7 -MAINTAINER="slaxemulator@gmail.com"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="BSD"
    1.10 -WEB_SITE="http://repo.or.cz/w/libtar.git/"
    1.11 +WEB_SITE="https://repo.or.cz/w/libtar.git/"
    1.12  
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="ftp://ftp.feep.net/pub/software/$PACKAGE/$TARBALL" # FIXME
    1.15  
    1.16  BUILD_DEPENDS="zlib-dev"
    1.17 -SPLIT="libtar-dev"
    1.18 +SPLIT="$PACKAGE-dev"
    1.19  
    1.20  compile_rules() {
    1.21  	./configure \
    1.22 @@ -20,7 +20,8 @@
    1.23  		--infodir=/usr/share/info \
    1.24  		--mandir=/usr/share/man \
    1.25  		$CONFIGURE_ARGS &&
    1.26 -	make && make DESTDIR=$DESTDIR install
    1.27 +	make &&
    1.28 +	make DESTDIR=$install install
    1.29  }
    1.30  
    1.31  genpkg_rules() {