wok-next view moserial/receipt @ rev 20616

xrdp: up 0.9.3.1; zopfli: fix build; gcc61: attempt to fix; add gcc6 (latest among 6.x.x).
gcc61 and gcc6 are broken now.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 21 05:15:11 2018 +0300 (2018-04-21)
parents 757d032c55c7
children d6378d455338
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="domcox@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://live.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 gtk+-dev"
16 compile_rules() {
17 # removing help
18 patch -Np3 -i $stuff/glade.patch
20 ./configure \
21 --disable-scrollkeeper \
22 $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make DESTDIR=$DESTDIR install
26 }
28 genpkg_rules() {
29 copy @std *.mo
30 DEPENDS="GConf gtk+"
31 TAGS="serial console"
32 }