wok-6.x annotate ploticus/receipt @ rev 23853
Up alsa-utils (1.2.2)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Mon Jun 15 17:30:36 2020 -0400 (2020-06-15) |
parents | ea9c0883605a |
children | 080c1dff8494 |
rev | line source |
---|---|
pascal@1609 | 1 # SliTaz package receipt. |
pascal@1609 | 2 |
pascal@1609 | 3 PACKAGE="ploticus" |
Hans-G?nter@21686 | 4 VERSION="2.42" |
pascal@1609 | 5 CATEGORY="misc" |
pascal@1609 | 6 SHORT_DESC="Data display engine." |
pascal@1609 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15089 | 8 LICENSE="GPL" |
pascal@1609 | 9 WEB_SITE="http://ploticus.sourceforge.net/" |
Hans-G?nter@21686 | 10 |
Hans-G?nter@21686 | 11 #SOURCE="pl240src" |
Hans-G?nter@21686 | 12 TARBALL="${PACKAGE}${VERSION/./}_src.tar.gz" |
pascal@1609 | 13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@15089 | 14 |
pascal@2608 | 15 DEPENDS="zlib xorg libpng" |
pascal@15089 | 16 BUILD_DEPENDS="zlib-dev xorg-dev libpng-dev" |
pascal@1609 | 17 |
pascal@1609 | 18 # Rules to configure and make the package. |
pascal@1609 | 19 compile_rules() |
pascal@1609 | 20 { |
pascal@1609 | 21 cd $src/src |
pascal@1609 | 22 make || return 1 |
pascal@15089 | 23 mkdir -p $DESTDIR/usr/bin |
pascal@15089 | 24 cp pl $DESTDIR/usr/bin |
pascal@1609 | 25 } |
pascal@1609 | 26 |
pascal@1609 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1609 | 28 genpkg_rules() |
pascal@1609 | 29 { |
pascal@15089 | 30 cp -a $install/usr $fs |
pascal@1609 | 31 } |