wok-next diff libuninameslist/receipt @ rev 20334
Remove linux-uml & lxpanel-plugin-multiload
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 16 16:28:30 2017 +0100 (2017-11-16) |
parents | 08370faa54d6 |
children | 0e7893ac206d |
line diff
1.1 --- a/libuninameslist/receipt Thu Apr 09 03:26:48 2015 +0300 1.2 +++ b/libuninameslist/receipt Thu Nov 16 16:28:30 2017 +0100 1.3 @@ -1,4 +1,4 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="libuninameslist" 1.8 VERSION="0.4.20140731" 1.9 @@ -7,11 +7,12 @@ 1.10 MAINTAINER="al.bobylev@gmail.com" 1.11 LICENSE="other" 1.12 WEB_SITE="https://github.com/fontforge/libuninameslist" 1.13 + 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 1.16 1.17 -DEPENDS="" 1.18 -BUILD_DEPENDS="wget cacerts autoconf automake libtool bash" 1.19 +BUILD_DEPENDS="autoconf automake libtool bash" 1.20 +SPLIT="libuninameslist-dev" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 @@ -24,6 +25,8 @@ 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 { 1.28 - mkdir -p $fs/usr/lib 1.29 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.30 + case $PACKAGE in 1.31 + libuninameslist) copy @std;; 1.32 + *-dev) copy @dev;; 1.33 + esac 1.34 }