wok-undigest view libmateweather/receipt @ rev 1198

Up palemoon (26.4.0): full log
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Aug 19 02:16:31 2016 +0200 (2016-08-19)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libmateweather"
4 VERSION="1.4.0"
5 CATEGORY="x-window"
6 SHORT_DESC="MATE Desktop weather library."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://mate-desktop.org"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WGET_URL="http://pub.mate-desktop.org/releases/1.4/$TARBALL"
12 DEPENDS="mat-conf mate-corba libsoup gtk+"
13 BUILD_DEPENDS="automake autoconf libtool gtk-doc glib-dev mate-common \
14 mate-conf-dev libsoup-dev gtk+-dev mate-corba-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./autogen.sh \
21 --prefix=/usr \
22 --sysconfdir=/etc \
23 --disable-static \
24 --enable-locations-compression \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/lib $fs/usr/share
33 cp -a $install/etc $fs
34 cp -a $install/usr/bin $fs/usr
35 cp -a $install/usr/lib/*.so* $fs/usr/lib
36 }