wok-next annotate xlunch/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 001d6fb97a3c
children
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@21078 14 BUILD_DEPENDS="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@21078 23 DEPENDS="imlib2 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 }