wok-next diff xar/receipt @ rev 20402
Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Dec 05 17:49:11 2017 +0200 (2017-12-05) |
parents | 5d1b0ab9a299 |
children | e6615350078d |
line diff
1.1 --- a/xar/receipt Wed Oct 22 00:09:32 2014 +0300 1.2 +++ b/xar/receipt Tue Dec 05 17:49:11 2017 +0200 1.3 @@ -1,4 +1,4 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="xar" 1.8 VERSION="1.5.2" 1.9 @@ -6,12 +6,13 @@ 1.10 SHORT_DESC="eXtensible ARchiver" 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 LICENSE="BSD" 1.13 -WEB_SITE="http://code.google.com/p/xar/" 1.14 +WEB_SITE="https://code.google.com/archive/p/xar/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WGET_URL="http://xar.googlecode.com/files/$TARBALL" 1.18 +WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/xar/$TARBALL" 1.19 1.20 -DEPENDS="acl attr bzlib glibc-base libcrypto libxml2 zlib" 1.21 -BUILD_DEPENDS="openssl-dev zlib-dev bzip2-dev" 1.22 +BUILD_DEPENDS="libxml2-dev openssl-dev zlib-dev bzip2-dev" 1.23 +SPLIT="xar-dev" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 @@ -22,7 +23,11 @@ 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 - mkdir -p $fs/usr/lib $fs/usr/share/mime/packages 1.32 - cp -a $install/usr/bin $fs/usr 1.33 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.34 + case $PACKAGE in 1.35 + xar) 1.36 + copy @std 1.37 + DEPENDS="acl attr bzlib glibc-base libcrypto libxml2 zlib" 1.38 + ;; 1.39 + *-dev) copy @dev;; 1.40 + esac 1.41 }