wok view dar/receipt @ rev 23978

lyx: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 06 17:28:17 2020 +0000 (2020-11-06)
parents 23e58fed9a40
children 640a2eba2511
line source
1 # SliTaz package receipt.
3 PACKAGE="dar"
4 VERSION="2.6.7"
5 CATEGORY="system-tools"
6 TAGS="backup"
7 SHORT_DESC="Disk archive."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://dar.linux.free.fr/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
15 DEPENDS="attr bzip2 gcc83-lib-base libgcrypt lzo"
16 BUILD_DEPENDS="attr-dev bzip2-dev e2fsprogs-dev gcc83
17 libgcrypt-dev lzo-dev"
19 TODO="split package into dar and dar-dev ?"
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 ./configure \
25 CC=gcc-83 \
26 CXX=g++-83 \
27 --prefix=/usr \
28 --infodir=/usr/share/info \
29 --libdir=/lib \
30 --mandir=/usr/share/man \
31 $CONFIGURE_ARGS &&
32 make &&
33 make DESTDIR=$DESTDIR install
34 }
36 # Rules to gen a SliTaz package suitable for Tazpkg.
37 genpkg_rules()
38 {
39 cp -a $install/* $fs
40 }