wok-next annotate dfbterm/receipt @ rev 21050
gparted: implement SliTaz graphical "su" in a right way
Note, it isn't in *.desktop file anymore (as for gparted-0.32.0), it is inside /usr/bin/gparted script!
Note, it isn't in *.desktop file anymore (as for gparted-0.32.0), it is inside /usr/bin/gparted script!
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Nov 28 12:35:25 2018 +0200 (2018-11-28) |
parents | c4e53a39395a |
children |
rev | line source |
---|---|
pankso@16001 | 1 # SliTaz package receipt. |
pankso@16001 | 2 |
pankso@16001 | 3 PACKAGE="dfbterm" |
pankso@16001 | 4 VERSION="0.8.15" |
pankso@16001 | 5 CATEGORY="graphics" |
al@21020 | 6 SHORT_DESC="DirectFB Terminal emulator" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pankso@16001 | 8 LICENSE="GPL2" |
al@21020 | 9 WEB_SITE="http://www.directfb.org/" # FIXME. See also https://github.com/DirectFB |
al@21020 | 10 |
pankso@16001 | 11 SOURCE="DFBTerm" |
al@21020 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
pankso@16001 | 13 WGET_URL="http://www.directfb.org/downloads/Programs/$TARBALL" |
pankso@16001 | 14 |
pankso@16001 | 15 BUILD_DEPENDS="directfb-dev lite-dev freetype-dev" |
pankso@16001 | 16 |
al@21020 | 17 compile_rules() { |
al@21020 | 18 ./configure $CONFIGURE_ARGS && |
al@21020 | 19 make && |
al@21020 | 20 make install |
pankso@16001 | 21 } |
pankso@16001 | 22 |
al@21020 | 23 genpkg_rules() { |
al@21020 | 24 copy @std |
al@21020 | 25 DEPENDS="directfb lite freetype" |
pankso@16001 | 26 } |
pankso@16001 | 27 |
al@21020 | 28 testsuite() { |
pankso@16001 | 29 readelf -h $install/usr/bin/$PACKAGE |
pankso@16001 | 30 } |