wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="libraryopt"
4 VERSION="1.0.1"
5 CATEGORY="development"
6 SHORT_DESC="Rebuilds shared libraries to contain only the object files needed of executables"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://libraryopt.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS="python binutils"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin $install/usr
19 cp -a $src/src/lib* $fs/usr/bin
20 cp -a $src/doc $install/usr
21 }