wok-6.x view vanessa_logger/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 67f5b3bae0a8
children 2a0479881723
line source
1 # SliTaz package receipt.
3 PACKAGE="vanessa_logger"
4 VERSION="0.0.10"
5 CATEGORY="network"
6 SHORT_DESC="generic logging layer."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2.1"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.vergenet.net/linux/vanessa"
11 WGET_URL="$WEB_SITE/download/$PACKAGE/$VERSION/$TARBALL"
13 BUILD_DEPENDS="file"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure &&
19 make && make DESTDIR=$DESTDIR 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 $install/usr/bin $fs/usr
27 cp -a $install/usr/lib/*.so* $fs/usr/lib
28 }