Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=mate14.git;a=commitdiff;h=d7e3923d30de44ec3dc58e220b36eca2bc1c51d8
commit d7e3923d30de44ec3dc58e220b36eca2bc1c51d8 Author: Pingax <[email protected]> Date: Wed Jan 30 00:45:21 2013 +0100 mate-doc-utils-1.5.0-1-i686 * New package diff --git a/source/mate-extra/mate-doc-utils/FrugalBuild b/source/mate-extra/mate-doc-utils/FrugalBuild new file mode 100644 index 0000000..f5c2104 --- /dev/null +++ b/source/mate-extra/mate-doc-utils/FrugalBuild @@ -0,0 +1,22 @@ +# Compiling Time: 0.42 SBU +# Maintainer: Pingax <[email protected]> + +pkgname=mate-doc-utils +pkgver=1.5.0 +pkgrel=1 +pkgdesc="MATE Desktop doc utils" +url="http://mate-desktop.org" +archs=('i686' 'x86_64') +groups=('mate-extra' 'mate-base') +depends=('mate-common') +makedepends=('intltool') +up2date="Flasttar http://pub.mate-desktop.org/releases/1.5/" +source="http://pub.mate-desktop.org/releases/1.5/$pkgname-$pkgver.tar.xz" +sha1sums=('67162bec043e9af1cace32dd6731cde862637d99') + +build() +{ + Fcd + ./autogen.sh || Fdie + Fbuild --disable-scrollkeeper +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
