wok-next view ssfs-server/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 205d192370e5
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ssfs-server"
4 VERSION="108"
5 CATEGORY="network"
6 SHORT_DESC="Ssfs server side tools."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WANTED="ssfs"
10 WEB_SITE="http://ssfs.slitaz.org/"
12 DEPENDS="ssfs ssfs-busybox openssh"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share
18 cp -a $install/etc $fs
19 cp -a $install/bin $fs
20 cp -a $install/usr/sbin $fs/usr
21 cp -a $install/usr/share/ssfs $fs/usr/share
22 cp -a $install/var $fs
23 }