wok-next view barcode/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.)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 17:39:40 2017 +0200 (2017-12-07)
parents f86d053a0423
children d6378d455338
line source
1 # SliTaz package receipt.
3 PACKAGE="barcode"
4 VERSION="0.98"
5 CATEGORY="utilities"
6 SHORT_DESC="barcode generator"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.gnu.org/software/barcode/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="ftp://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
13 BUILD_DEPENDS="automake texinfo"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 patch -p1 -i $stuff/barcode.patch
19 autoreconf -fi
20 sed -i 's|/info|/share&|' Makefile*
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 copy barcode
28 }