wok-next diff wyrd/receipt @ rev 20765
Up cookutils (1066); add xmahjongg
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jun 06 00:54:44 2018 +0300 (2018-06-06) |
parents | 466bca9334ef |
children | d5aab818505e |
line diff
1.1 --- a/wyrd/receipt Tue Oct 17 10:14:12 2017 +0200 1.2 +++ b/wyrd/receipt Wed Jun 06 00:54:44 2018 +0300 1.3 @@ -1,34 +1,25 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="wyrd" 1.8 VERSION="1.4.5" 1.9 CATEGORY="utilities" 1.10 -SHORT_DESC="Wyrd is a text-based front-end to Remind." 1.11 +SHORT_DESC="Wyrd is a text-based front-end to Remind" 1.12 MAINTAINER="paul@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="http://pessimization.com/software/wyrd/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://pessimization.com/software/wyrd/" 1.18 WGET_URL="http://pessimization.com/software/wyrd/$TARBALL" 1.19 1.20 -DEPENDS="ncurses remind ocaml" 1.21 BUILD_DEPENDS="ncurses-dev remind ocaml" 1.22 1.23 -# Rules to configure and make the package. 1.24 -compile_rules() 1.25 -{ 1.26 - ./configure \ 1.27 - --prefix=/usr \ 1.28 - --sysconfdir=/etc \ 1.29 - --infodir=/usr/share/info \ 1.30 - --mandir=/usr/share/man \ 1.31 - $CONFIGURE_ARGS && 1.32 - make -j1 && make -j1 DESTDIR=$DESTDIR install 1.33 +compile_rules() { 1.34 + ./configure $CONFIGURE_ARGS && 1.35 + make -j1 && 1.36 + make -j1 DESTDIR=$DESTDIR install 1.37 } 1.38 1.39 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.40 -genpkg_rules() 1.41 -{ 1.42 - mkdir -p $fs/usr $fs/etc 1.43 - cp -a $install/usr/bin $fs/usr 1.44 - cp -a $install/etc/wyrdrc $fs/etc 1.45 +genpkg_rules() { 1.46 + copy @std 1.47 + DEPENDS="ncurses remind ocaml" 1.48 }