wok diff libraryopt/receipt @ rev 23882

Add libraryopt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 14 08:52:59 2020 +0000 (2020-07-14)
parents
children 65d7d867e0c1
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libraryopt/receipt	Tue Jul 14 08:52:59 2020 +0000
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libraryopt"
     1.7 +VERSION="1.0.1"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Rebuilds shared libraries to contain only the object files needed of executables"
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://libraryopt.sourceforge.net/"
    1.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15 +
    1.16 +DEPENDS="python binutils"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	mkdir -p $fs/usr/bin $install/usr
    1.22 +	cp -a $src/src/lib* $fs/usr/bin
    1.23 +	cp -a $src/doc $install/usr
    1.24 +}