wok view libestr/receipt @ rev 16082

ARM: add xcb-util ttf-dejavu xorg-setxkbmap
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 15 20:54:02 2014 +0100 (2014-03-15)
parents 2101d582c6f4
children e4b9963526cc
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 LICENSE="LGPL2"
9 WEB_SITE="http://libestr.adiscon.com/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://libestr.adiscon.com/files/download/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure $CONFIGURE_ARGS && make && make install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/lib
24 cp -a $install/usr/lib/*.so* $fs/usr/lib
25 }