wok annotate scrollz/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 3a5fb1938b95
children 83b97236db32
rev   line source
paul@16461 1 # SliTaz package receipt.
paul@16461 2
paul@16461 3 PACKAGE="scrollz"
Hans-G?nter@21892 4 VERSION="2.3"
paul@16461 5 CATEGORY="network"
Hans-G?nter@21892 6 SHORT_DESC="IRC client based on IRCII."
paul@16461 7 MAINTAINER="paul@slitaz.org"
pascal@16660 8 LICENSE="BSD"
pascal@21987 9 WEB_SITE="https://www.scrollz.info/"
Hans-G?nter@21892 10
Hans-G?nter@21892 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@21892 12 WGET_URL="${WEB_SITE}download/ScrollZ-$VERSION.tar.gz"
paul@16461 13
paul@16461 14 DEPENDS=""
Hans-G?nter@21892 15 BUILD_DEPENDS="ncursesw-dev"
paul@16461 16
paul@16461 17 # Rules to configure and make the package.
paul@16461 18 compile_rules()
paul@16461 19 {
Hans-G?nter@21892 20 ./configure --prefix=/usr &&
Hans-G?nter@21892 21 make &&
Hans-G?nter@21892 22 make DESTDIR=$DESTDIR install
paul@16461 23 }
paul@16461 24
paul@16461 25 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@16461 26 genpkg_rules()
paul@16461 27 {
paul@16461 28 cp -a $install/usr $fs
Hans-G?nter@21892 29
paul@16461 30 # remove stuff
paul@16461 31 rm -rf $fs/usr/share/man
paul@16461 32 }