Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e3c210bcb70c21705eb21922c9ad289755cde918
commit e3c210bcb70c21705eb21922c9ad289755cde918 Author: Elentir <[email protected]> Date: Tue Feb 16 13:55:09 2010 +0100 pangomm-minimal-2.26.0-1-i686 * new package diff --git a/source/xlib-extra/pangomm-minimal/FrugalBuild b/source/xlib-extra/pangomm-minimal/FrugalBuild new file mode 100644 index 0000000..ae7d693 --- /dev/null +++ b/source/xlib-extra/pangomm-minimal/FrugalBuild @@ -0,0 +1,28 @@ +# Compiling time: 0.18 SBU +# Maintainer: Elentir <[email protected]> + +pkgname=pangomm-minimal +_F_gnome_name=pangomm +pkgver=2.26.0 +pkgrel=1 +pkgdesc="Pangomm for Fwife Install CD" +url="http://www.gtk.org/" +depends=('pango-minimal>=1.26.1' 'glibmm' 'cairomm-minimal') +groups=('xlib-extra') +archs=('i686' 'x86_64') +options=("nodocs") +Finclude gnome +_F_cd_path=$_F_gnome_name-$pkgver +Fconfopts="$Fconfopts --libdir=/usr/lib/pangomm-fwife/ --includedir=/usr/include/pangomm-fwife/" +sha1sums=('3e2efea94443387d5213652d011e0d859afb8a3f') + +export CXXFLAGS="`echo $CXXFLAGS |sed 's|-O2|-Os|g'`" +export PKG_CONFIG_PATH="/usr/lib/pango-fwife/pkgconfig:/usr/lib/cairomm-fwife/pkgconfig\ +:/usr/lib/cairo-fwife/pkgconfig" + +build() { + Fbuild + Frm usr/share +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
