wok annotate xorg-xkill/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 814c58f64f83
children 5d79829fa876
rev   line source
mallory@1266 1 # SliTaz package receipt.
mallory@1266 2
mallory@1266 3 PACKAGE="xorg-xkill"
Hans-G?nter@22293 4 VERSION="1.0.5"
mallory@1266 5 CATEGORY="x-window"
mallory@1266 6 SHORT_DESC="X application killer"
mallory@1266 7 MAINTAINER="mallory@sweetpeople.org"
pascal@15579 8 LICENSE="MIT"
Hans-G?nter@22293 9 WEB_SITE="https://www.x.org/wiki/"
Hans-G?nter@22293 10
Hans-G?nter@22293 11 SOURCE="xkill"
gokhlayeh@6993 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
Hans-G?nter@22293 13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
mallory@1266 14
pascal@15579 15 DEPENDS="xorg-libXmu"
pascal@15579 16 BUILD_DEPENDS="xorg-libXmu-dev"
pascal@15579 17
Hans-G?nter@22293 18 HOST_ARCH="i486 arm"
Hans-G?nter@22293 19
mallory@1266 20 # Rules to configure and make the package.
mallory@1266 21 compile_rules()
mallory@1266 22 {
Hans-G?nter@22293 23 ./configure \
pankso@16329 24 $CONFIGURE_ARGS &&
Hans-G?nter@22293 25 make &&
Hans-G?nter@22293 26 make install
mallory@1266 27 }
mallory@1266 28
mallory@1266 29 # Rules to gen a SliTaz package suitable for Tazpkg.
mallory@1266 30 genpkg_rules()
mallory@1266 31 {
mallory@1266 32 mkdir -p $fs/usr
Hans-G?nter@22293 33 cp -a $install/usr/bin $fs/usr
mallory@1266 34 }