From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/librtfcomp/PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 community/librtfcomp/PKGBUILD (limited to 'community/librtfcomp') diff --git a/community/librtfcomp/PKGBUILD b/community/librtfcomp/PKGBUILD new file mode 100644 index 000000000..a7b5355d5 --- /dev/null +++ b/community/librtfcomp/PKGBUILD @@ -0,0 +1,26 @@ +# $Id: PKGBUILD 88520 2013-04-19 10:31:06Z spupykin $ +# Contributor: Bartek Iwaniec + +pkgname=librtfcomp +pkgver=1.2 +pkgrel=1 +pkgdesc="SynCE librtfcomp library" +arch=(i686 x86_64) +license=('GPL') +url="http://www.synce.org/" +depends=(pyrex) +source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz) +md5sums=('cdff301ff346905595d0bb6efd432850') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr + make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install + install -dm0755 $pkgdir/usr/bin + install -m0755 tests/{to,from}rtf $pkgdir/usr/bin +} -- cgit v1.2.3-54-g00ecf