wok-next annotate mousepad/receipt @ rev 20259

xsave: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 07 18:34:13 2017 +0100 (2017-11-07)
parents 2e544f80e288
children 6d367d984b77
rev   line source
al@20175 1 # SliTaz package receipt v2.
erjo@2071 2
erjo@2071 3 PACKAGE="mousepad"
al@20175 4 VERSION="0.4.0"
erjo@2071 5 CATEGORY="x-window"
al@20175 6 SHORT_DESC="Xfce text editor"
erjo@2071 7 MAINTAINER="erjo@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@20175 9 WEB_SITE="http://www.xfce.org/"
al@20175 10
erjo@2071 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
slaxemulator@8461 12 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
erjo@2071 13
al@20175 14 BUILD_DEPENDS="intltool gtk+-dev gtksourceview-dev dbus-glib-dev"
pankso@9712 15
al@20175 16 compile_rules() {
al@20175 17 ./configure \
al@20175 18 --sysconfdir=/etc \
al@20175 19 --localstatedir=/var \
al@20175 20 --disable-debug \
al@20175 21 $CONFIGURE_ARGS &&
al@20175 22 make &&
al@20175 23 make install
erjo@2071 24 }
erjo@2071 25
al@20175 26 genpkg_rules() {
al@20175 27 copy @std
al@20175 28 DEPENDS="dbus dbus-glib glib gtk+ gtksourceview pango"
al@20175 29 TAGS="Xfce text-editor"
erjo@2071 30 }