wok annotate libzeitgeist/receipt @ rev 23275

updated par2 (0.8.0 -> 0.8.1)
author Hans-G?nter Theisgen
date Sat Mar 28 15:42:00 2020 +0100 (2020-03-28)
parents
children 1bd2c6414e5a
rev   line source
al@14349 1 # SliTaz package receipt.
al@14349 2
al@14349 3 PACKAGE="libzeitgeist"
al@14349 4 VERSION="0.3.18"
al@14349 5 SERIES="0.3"
al@14349 6 CATEGORY="utilities"
al@14349 7 SHORT_DESC="Zeitgeist client library"
al@14349 8 MAINTAINER="al.bobylev@gmail.com"
al@14349 9 LICENSE="LGPL2.1"
al@14349 10 WEB_SITE="https://launchpad.net/libzeitgeist"
al@14349 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@14349 12 WGET_URL="$WEB_SITE/$SERIES/$VERSION/+download/$TARBALL"
al@14349 13
al@14349 14 VERSION_NOTE="latest stable"
al@14349 15
al@14349 16 DEPENDS="libgio"
al@14349 17 BUILD_DEPENDS="wget glib-dev"
al@14349 18
al@14349 19 # Rules to configure and make the package.
al@14349 20 compile_rules()
al@14349 21 {
al@14349 22 ./configure \
al@14349 23 --disable-static \
al@14349 24 $CONFIGURE_ARGS &&
al@14349 25 make &&
al@14349 26 make install
al@14349 27 }
al@14349 28
al@14349 29 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14349 30 genpkg_rules()
al@14349 31 {
al@14349 32 mkdir -p $fs/usr/lib
al@14349 33 cp -a $install/usr/lib/*.so* $fs/usr/lib
al@14349 34 }