Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=67bc10a1af1350341b6050712d4620a15d230705
commit 67bc10a1af1350341b6050712d4620a15d230705 Author: James Buren <[email protected]> Date: Sun Nov 15 03:09:41 2015 +0100 o3read-0.0.4-1-x86_64 * remove package diff --git a/source/lib-extra/o3read/FrugalBuild b/source/lib-extra/o3read/FrugalBuild deleted file mode 100644 index 2d5693d..0000000 --- a/source/lib-extra/o3read/FrugalBuild +++ /dev/null @@ -1,26 +0,0 @@ -# Compiling time: 0.01 SBU -# Maintainer: Janos Kovacs <[email protected]> - -pkgname=o3read -pkgver=0.0.4 -pkgrel=1 -pkgdesc="This is a standalone converter for the OpenOffice.org swriter (.sxw) and scalc (.sxc) formats." -url="http://siag.nu/o3read" -license="GPL" -depends=('glibc') -archs=('i686' 'x86_64') -groups=('lib-extra') -up2date="lynx -dump http://siag.nu/pub/o3read/|grep $pkgname-[0-9\.]*\.tar.gz$|tail -n 1|sed -n 's/.*-\(.*\)\.t.*/\1/;1 p'" -source=(http://siag.nu/pub/o3read/o3read-0.0.4.tar.gz) -sha1sums=('aa8bcfc82b5327f3d86a35193c0a434e33107d09') - -build() -{ - Fsed 'PREFIX = /usr/local' 'PREFIX = /usr' Makefile - Fsed 'BINDIR = $(PREFIX)/bin' 'BINDIR = $(DESTDIR)$(PREFIX)/bin' Makefile - Fsed 'MANDIR = $(PREFIX)/man/man1' 'MANDIR = $(DESTDIR)$(PREFIX)/man/man1' Makefile - Fsed 'BINDISTDIR=/usr/local' 'BINDISTDIR=/usr' Makefile - Fbuild -} - -# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
