wok-next view mate-common/receipt @ rev 20405
Follow BLFS Chapter 9 "General Libraries": up apr, apr-util, aspell, autoconf213 (for js), dbus-glib, enchant, exempi, fftw, glib, glibmm, gmime, gobject-introspection, gsl, js, libboost.
js is 39.7MB / 87.6MB now. Looks like it's proper time to kick off polkit (Hi, Xander! You was right.)
js is 39.7MB / 87.6MB now. Looks like it's proper time to kick off polkit (Hi, Xander! You was right.)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Dec 07 17:39:40 2017 +0200 (2017-12-07) |
parents | b3372388a986 |
children | 757d032c55c7 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mate-common"
4 VERSION="1.18.0"
5 CATEGORY="development"
6 SHORT_DESC="Common scripts and macros to develop with MATE"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/mate-desktop/mate-common"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/mate-desktop/mate-common/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="automake"
16 compile_rules() {
17 ./autogen.sh \
18 --sysconfdir=/etc \
19 --localstatedir=/var \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std @dev
27 DEPENDS="automake libtool gettext intltool"
28 TAGS="MATE"
29 }