wok view screenfetch/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents a72d91973e3e
children 8eaf1d9eb640
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 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="https://github.com/KittyKatt/screenFetch"
11 WGET_URL="git|git://github.com/KittyKatt/screenFetch"
13 DEPENDS="bash procps xorg-xdpyinfo"
14 BUILD_DEPENDS="git bzip2"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 # patch for SliTaz (use basic artwork - job for artwork team?)
21 patch -i ../../stuff/slitaz.patch
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/bin
28 cp -a $src/screenfetch-dev $fs/usr/bin/screenfetch
29 }