wok view libestr/receipt @ rev 11415

Add: libestr, libestr-dev
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Dec 14 02:28:08 2011 +0100 (2011-12-14)
parents
children 2101d582c6f4
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 DEPENDS=""
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/lib
25 cp -a $install/usr/lib/*.so* $fs/usr/lib
26 }