wok-next view cndrvcups-common-dev/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 be3090d1feef
children
line source
1 # SliTaz package receipt.
3 PACKAGE="cndrvcups-common-dev"
4 VERSION="1.80"
5 CATEGORY="development"
6 SHORT_DESC="cndrvcups-common devel file"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="other"
9 WANTED="cndrvcups-common"
10 SOURCE="ufr2linuxv180"
11 WEB_SITE="http://www.canon.com.au/pps/colour/imagepress_c1_drivers.aspx"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*.a $fs/usr/lib
19 }