wok view libmowgli/receipt @ rev 15291

remmina-plugins: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 26 20:43:45 2013 +0000 (2013-09-26)
parents 02bbaa9d12ba
children 8f447cf2eee5
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.atheme.org/projects/mowgli.shtml"
10 WGET_URL="http://distfiles.atheme.org/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 sed -i "s/touch -t 0001010000 /touch /g" configure
17 ./configure \
18 $CONFIGURE_ARGS &&
19 make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib
26 cp -a $_pkg/usr/lib/libmowgli.so* $fs/usr/lib
27 }