wok-next view luufs/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 | 7d335fa9b5f7 |
children | 474eb4a6385a |
line source
1 # SliTaz package receipt.
3 PACKAGE="luufs"
4 GITHASH="e7a7eb18c6456b91b807c1a5bbbf9df41a6a0f67"
5 VERSION="${GITHASH:0:7}"
6 CATEGORY="misc"
7 SHORT_DESC="Lazy man's, user-mode union file system."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="BSD"
10 TARBALL="$PACKAGE-$VERSION.zip"
11 WEB_SITE="https://github.com/dimkr/luufs"
12 WGET_URL="$WEB_SITE/archive/$GITHASH.zip"
14 DEPENDS="fuse"
15 BUILD_DEPENDS="fuse-dev zlib-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make &&
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/sbin $fs
28 }