diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/librtfcomp/PKGBUILD | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/librtfcomp/PKGBUILD')
-rw-r--r-- | community/librtfcomp/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
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 <hash87 [at] gmail [dot] com> - -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 -} |