diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/librtfcomp/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 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 -} |