From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/librtfcomp/PKGBUILD | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 community/librtfcomp/PKGBUILD (limited to 'community/librtfcomp/PKGBUILD') diff --git a/community/librtfcomp/PKGBUILD b/community/librtfcomp/PKGBUILD deleted file mode 100644 index a7b5355d5..000000000 --- a/community/librtfcomp/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $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