# HG changeset patch # User Yuri Pourre # Date 1405462883 10800 # Node ID ea30d4b8fb16f02ddf1a38371870c4557633ddd5 # Parent 25fecdba99833db1d3d454c7733986d1b345a57f Add pangox-compat diff -r 25fecdba9983 -r ea30d4b8fb16 pangox-compat/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pangox-compat/receipt Tue Jul 15 19:21:23 2014 -0300 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="pangox-compat" +VERSION="0.0.2" +CATEGORY="x-window" +LICENSE="GPL3" +SHORT_DESC="Pango compatibility library (see: pangox)." +MAINTAINER="yuripourre@gmail.com" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WEB_SITE="https://wiki.gnome.org/Apps/Calculator" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" + +DEPENDS="pango" +BUILD_DEPENDS="pango-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install +} + +genpkg_rules() +{ + cp -a $install/usr $fs +}