Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a7d21eaed15584a6ea937dd878adb5c71071a0e7
commit a7d21eaed15584a6ea937dd878adb5c71071a0e7 Author: Priyank <[EMAIL PROTECTED]> Date: Sun Oct 14 02:25:53 2007 +0530 epdfview-0.1.6-1-i686 * New package / Initial import diff --git a/source/xapps-extra/epdfview/FrugalBuild b/source/xapps-extra/epdfview/FrugalBuild new file mode 100644 index 0000000..5ace94c --- /dev/null +++ b/source/xapps-extra/epdfview/FrugalBuild @@ -0,0 +1,16 @@ +# Compiling Time: 0.05 SBU +# Maintainer: Priyank Gosalia <[EMAIL PROTECTED]> + +pkgname=epdfview +pkgver=0.1.6 +pkgrel=1 +pkgdesc="ePDFView is a free lightweight PDF document viewer" +url="http://trac.emma-soft.com/epdfview" +depends=('gtk+2' 'poppler-glib') +groups=('xapps-extra') +archs=('i686') +up2date="lynx -dump $url/wiki/Download | grep -m1 tar.bz2 | sed 's/.*w-\(.*\).t.*/\1/'" +source=($url/chrome/site/releases/$pkgname-$pkgver.tar.bz2) +sha1sums=('1bb3a1d85b1d5b13c24a38c144910ddc329e0f0e') + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
