wok view reiserfsprogs/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents 12b83f92833e
children 89c8d8b6cf48
line source
1 # SliTaz package receipt.
3 PACKAGE="reiserfsprogs"
4 VERSION="3.6.27"
5 CATEGORY="system-tools"
6 SHORT_DESC="ReiserFS tools"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="https://fossies.org/linux/misc/"
11 WGET_URL="http://cdn.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v$VERSION/$TARBALL"
12 TAGS="filesystem reiserfs"
14 DEPENDS="linux-reiserfs util-linux-uuid libcomerr"
15 BUILD_DEPENDS="libcomerr-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 sed -i 's|<com_err.h>|<et/com_err.h>|' */*.?
21 ./configure --prefix=/usr --sbindir=/sbin \
22 --mandir=/usr/share/man $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs
31 cp -a $install/sbin $fs/
32 }