wok-next view mousepad/receipt @ rev 20560

openmotif: fix build; celestia: try but no luck
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Apr 08 17:12:24 2018 +0300 (2018-04-08)
parents 6d367d984b77
children 89ae9cf3b230
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mousepad"
4 VERSION="0.4.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce text editor"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.xfce.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool gtk+-dev gtksourceview-dev dbus-glib-dev"
16 compile_rules() {
17 ./configure \
18 --disable-debug \
19 $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="dbus dbus-glib glib gtk+ gtksourceview pango"
28 TAGS="Xfce text-editor"
29 }