wok-next view xrestop/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xrestop"
4 VERSION="0.4"
5 CATEGORY="utilities"
6 SHORT_DESC="X11 server resource usage monitor"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/xrestop/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://downloads.yoctoproject.org/releases/xrestop/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev libxres-dev"
16 compile_rules() {
17 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
19 ./configure --prefix=/usr &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 mkdir -p $fs/usr
26 cp -a $install/usr/bin $fs/usr
27 DEPENDS="ncurses libxres"
28 }