wok-next view screenfetch/receipt @ rev 20564

shell-detector, screenfetch: create $install tree
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 10 10:14:26 2018 +0200 (2018-04-10)
parents cc6bbcf323fa
children c3c5f21c5e0c
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 # patch for SliTaz (use basic artwork - job for artwork team?)
20 patch -i ../../stuff/slitaz.patch
21 mkdir $install/usr/bin
22 cp screenfetch-dev $install/usr/bin/screenfetch
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }