wok annotate libraryopt/receipt @ rev 23950

syslinux/taziso: fix tazbootkey
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 20 21:21:51 2020 +0000 (2020-09-20)
parents
children 65d7d867e0c1
rev   line source
pascal@23882 1 # SliTaz package receipt.
pascal@23882 2
pascal@23882 3 PACKAGE="libraryopt"
pascal@23882 4 VERSION="1.0.1"
pascal@23882 5 CATEGORY="development"
pascal@23882 6 SHORT_DESC="Rebuilds shared libraries to contain only the object files needed of executables"
pascal@23882 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@23882 8 LICENSE="GPL2"
pascal@23882 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@23882 10 WEB_SITE="http://libraryopt.sourceforge.net/"
pascal@23882 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@23882 12
pascal@23882 13 DEPENDS="python binutils"
pascal@23882 14
pascal@23882 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@23882 16 genpkg_rules()
pascal@23882 17 {
pascal@23882 18 mkdir -p $fs/usr/bin $install/usr
pascal@23882 19 cp -a $src/src/lib* $fs/usr/bin
pascal@23882 20 cp -a $src/doc $install/usr
pascal@23882 21 }