wok-next annotate mousepad/receipt @ rev 21294

updated netsurf (3.8 -> 3.9)
author Hans-G?nter Theisgen
date Mon Dec 09 07:42:31 2019 +0100 (2019-12-09)
parents f48456621a9d
children
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@21006 9 WEB_SITE="https://www.xfce.org/"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/postlfs/mousepad.html"
al@20175 11
erjo@2071 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
slaxemulator@8461 13 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
erjo@2071 14
al@21017 15 BUILD_DEPENDS="intltool gtk2-dev gtksourceview-dev dbus-glib-dev"
pankso@9712 16
al@20175 17 compile_rules() {
al@20175 18 ./configure \
al@20175 19 --disable-debug \
al@20175 20 $CONFIGURE_ARGS &&
al@20496 21 fix libtool &&
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@21017 28 DEPENDS="dbus dbus-glib glib gtk2 gtksourceview pango"
al@20175 29 TAGS="Xfce text-editor"
erjo@2071 30 }