wok-next annotate xlunch/receipt @ rev 20803

I. nagios update: 3.5.0 (March 15, 2013) -> 3.5.1 (2013-08-30) II. typo
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 06:48:53 2018 +0000 (2018-06-13)
parents
children 5669e8b3be70
rev   line source
al@20418 1 # SliTaz package receipt v2.
al@20418 2
al@20418 3 PACKAGE="xlunch"
al@20418 4 VERSION="3.2.6"
al@20418 5 CATEGORY="x-window"
al@20418 6 SHORT_DESC="Graphical app launcher for X with minimal dependencies"
al@20418 7 MAINTAINER="al.bobylev@gmail.com"
al@20418 8 LICENSE="GPL3"
al@20418 9 WEB_SITE="http://xlunch.org/"
al@20418 10
al@20418 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20418 12 WGET_URL="https://github.com/Tomas-M/xlunch/archive/v$VERSION.tar.gz"
al@20418 13
al@20418 14 BUILD_DEPENDS="xorg-libX11-dev findutils imlib2-dev"
al@20418 15
al@20418 16 compile_rules() {
al@20418 17 make &&
al@20418 18 make install
al@20418 19 }
al@20418 20
al@20418 21 genpkg_rules() {
al@20418 22 copy @std
al@20418 23 DEPENDS="imlib2 xorg-libX11 bash"
al@20418 24 CONFIG_FILES="/etc/xlunch/entries.dsv"
al@20418 25 }
al@20418 26
al@20418 27 post_install() {
al@20418 28 chroot "$1/" genentries -p '/usr/share/xlunch/svgicons' > "$1/etc/xlunch/entries.dsv"
al@20418 29 }