wok view screenfetch/receipt @ rev 17163

Add wkhtmltopdf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 18 12:48:08 2014 +0200 (2014-09-18)
parents
children cc6bbcf323fa
line source
1 # SliTaz package receipt.
3 PACKAGE="screenfetch"
4 VERSION="3.5.0"
5 CATEGORY="utilities"
6 SHORT_DESC="Bash screenshot information tool."
7 MAINTAINER="paul@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="https://github.com/KittyKatt/screenFetch"
10 WGET_URL="git|git://github.com/KittyKatt/screenFetch"
12 DEPENDS="bash procps xorg-xdpyinfo"
13 BUILD_DEPENDS="git bzip2"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 # patch for SliTaz (use basic artwork - job for artwork team?)
20 patch -i ../../stuff/slitaz.patch
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/screenfetch-dev $fs/usr/bin/screenfetch
28 }