wok view libestr/receipt @ rev 11765

up mtr (0.82) and added description
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 22 17:33:57 2012 -0800 (2012-02-22)
parents 3a735c5951e2
children 6c3718ca17b6
line source
1 # SliTaz package receipt.
3 PACKAGE="libestr"
4 VERSION="0.1.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="some essentials for string handling "
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://libestr.adiscon.com/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="http://libestr.adiscon.com/files/download/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure $CONFIGURE_ARGS && make && make install
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/usr/lib
23 cp -a $install/usr/lib/*.so* $fs/usr/lib
24 }