wok-undigest diff libmatenotify/receipt @ rev 1216
Remove ashism ==
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 27 17:43:44 2019 +0100 (2019-02-27) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libmatenotify/receipt Wed Feb 27 17:43:44 2019 +0100 1.3 @@ -0,0 +1,33 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libmatenotify" 1.7 +VERSION="1.4.0" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="MATE Desktop notification library." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +WEB_SITE="http://mate-desktop.org" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.13 +WGET_URL="http://pub.mate-desktop.org/releases/1.4/$TARBALL" 1.14 + 1.15 +DEPENDS="glib gtk+ dbus dbus-glib libxml2" 1.16 +BUILD_DEPENDS="automake autoconf libtool gtk-doc mate-common glib-dev \ 1.17 +gtk+-dev dbus-dev dbus-glib-dev libxml2-dev" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + cd $src 1.23 + ./autogen.sh \ 1.24 + --prefix=/usr \ 1.25 + --disable-static \ 1.26 + $CONFIGURE_ARGS && 1.27 + make && make install 1.28 +} 1.29 + 1.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 +genpkg_rules() 1.32 +{ 1.33 + mkdir -p $fs/usr/lib 1.34 + cp -a $install/usr/bin $fs/usr 1.35 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.36 +}