wok-next view moserial/receipt @ rev 21305
updated gxine (0.5.905 -> 0.5.910)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Dec 10 09:26:02 2019 +0100 (2019-12-10) |
parents | f48456621a9d |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="moserial"
4 VERSION="2.32.1"
5 CATEGORY="utilities"
6 SHORT_DESC="A GTK-based serial console"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://wiki.gnome.org/moserial"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="gconf-dev gnome-doc-utils intltool vala gtk2-dev"
16 compile_rules() {
17 ./configure \
18 --disable-scrollkeeper \
19 $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make DESTDIR=$install install
23 }
25 genpkg_rules() {
26 copy @std *.mo
27 DEPENDS="gconf gtk2"
28 TAGS="serial console"
29 }