wok annotate libestr/receipt @ rev 18914

Add: Tuffy Font Family. Tag: Sans Serif. Public Domain License.
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Feb 24 06:16:15 2016 -0300 (2016-02-24)
parents 2101d582c6f4
children e4b9963526cc
rev   line source
erjo@11415 1 # SliTaz package receipt.
erjo@11415 2
erjo@11415 3 PACKAGE="libestr"
erjo@11415 4 VERSION="0.1.2"
erjo@11415 5 CATEGORY="system-tools"
erjo@11415 6 SHORT_DESC="some essentials for string handling "
erjo@11415 7 MAINTAINER="erjo@slitaz.org"
pascal@15472 8 LICENSE="LGPL2"
erjo@11415 9 WEB_SITE="http://libestr.adiscon.com/"
erjo@11415 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@11415 11 WGET_URL="http://libestr.adiscon.com/files/download/$TARBALL"
erjo@11415 12
erjo@11415 13 # Rules to configure and make the package.
erjo@11415 14 compile_rules()
erjo@11415 15 {
slaxemulator@11424 16 cd $src
erjo@11415 17 ./configure $CONFIGURE_ARGS && make && make install
erjo@11415 18 }
erjo@11415 19
erjo@11415 20 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11415 21 genpkg_rules()
erjo@11415 22 {
erjo@11415 23 mkdir -p $fs/usr/lib
erjo@11415 24 cp -a $install/usr/lib/*.so* $fs/usr/lib
erjo@11415 25 }