wok view libmowgli/receipt @ rev 15474

libee: race condition
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 09 21:39:14 2013 +0000 (2013-11-09)
parents a529ee09935a
children f770bc93de18
line source
1 # SliTaz package receipt.
3 PACKAGE="libmowgli"
4 VERSION="0.9.50"
5 CATEGORY="system-tools"
6 SHORT_DESC="High performance and highly flexible algorithms."
7 MAINTAINER="mimas@slitaz.org"
8 LICENSE="BSD"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.atheme.org/projects/mowgli.shtml"
11 WGET_URL="http://distfiles.atheme.org/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 sed -i "s/touch -t 0001010000 /touch /g" configure
18 ./configure \
19 $CONFIGURE_ARGS &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -a $install/usr/lib/libmowgli.so* $fs/usr/lib
28 }