wok diff screenfetch/receipt @ rev 16874

Up atk-dev (2.7.5)
author Yuri Pourre <yuripourre@gmail.com>
date Sun Jul 13 13:06:14 2014 -0300 (2014-07-13)
parents
children cc6bbcf323fa
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/screenfetch/receipt	Sun Jul 13 13:06:14 2014 -0300
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="screenfetch"
     1.7 +VERSION="3.5.0"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="Bash screenshot information tool."
    1.10 +MAINTAINER="paul@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12 +WEB_SITE="https://github.com/KittyKatt/screenFetch"
    1.13 +WGET_URL="git|git://github.com/KittyKatt/screenFetch"
    1.14 +
    1.15 +DEPENDS="bash procps xorg-xdpyinfo"
    1.16 +BUILD_DEPENDS="git bzip2"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	cd $src
    1.22 +	# patch for SliTaz (use basic artwork - job for artwork team?)
    1.23 +	patch -i ../../stuff/slitaz.patch
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	mkdir -p $fs/usr/bin
    1.30 +	cp -a $src/screenfetch-dev $fs/usr/bin/screenfetch
    1.31 +}
    1.32 +