wok annotate ncdu/receipt @ rev 21170
updated libdvdcss and libdvdcss-dev (1.2.12 -> 1.4.2)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 01 15:12:18 2019 +0100 (2019-04-01) |
parents | 3ee81b3a3fba |
children | 300204973261 |
rev | line source |
---|---|
paul@4892 | 1 # SliTaz package receipt. |
paul@4892 | 2 |
paul@4892 | 3 PACKAGE="ncdu" |
pascal@20473 | 4 VERSION="1.13" |
paul@4892 | 5 CATEGORY="utilities" |
paul@4892 | 6 SHORT_DESC="NCurses Disk Usage." |
paul@4892 | 7 MAINTAINER="paul@slitaz.org" |
pascal@15601 | 8 LICENSE="MIT" |
paul@4892 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
paul@19353 | 10 WEB_SITE="https://dev.yorhel.nl/ncdu" |
paul@19353 | 11 WGET_URL="https://dev.yorhel.nl/download/$TARBALL" |
paul@4892 | 12 |
pascal@15601 | 13 DEPENDS="ncurses ncursesw" |
paul@19353 | 14 BUILD_DEPENDS="ncurses-dev wget" |
pascal@15601 | 15 |
paul@4892 | 16 # Rules to configure and make the package. |
paul@4892 | 17 compile_rules() |
paul@4892 | 18 { |
paul@4892 | 19 ./configure \ |
paul@4892 | 20 --prefix=/usr \ |
paul@4892 | 21 --infodir=/usr/share/info \ |
paul@4892 | 22 --mandir=/usr/share/man \ |
paul@4892 | 23 $CONFIGURE_ARGS && |
paul@13509 | 24 make && make install |
paul@4892 | 25 } |
paul@4892 | 26 |
paul@4892 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@4892 | 28 genpkg_rules() |
paul@4892 | 29 { |
paul@4892 | 30 mkdir -p $fs/usr |
paul@13509 | 31 cp -a $install/usr/bin $fs/usr |
paul@4892 | 32 } |