summaryrefslogtreecommitdiff
path: root/community/tnef
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/tnef
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/tnef')
-rw-r--r--community/tnef/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/community/tnef/PKGBUILD b/community/tnef/PKGBUILD
deleted file mode 100644
index af56e5d39..000000000
--- a/community/tnef/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 71507 2012-05-27 19:58:13Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Jeffrey 'jf' Lim <jfs.world@gmail.com>
-
-pkgname=tnef
-pkgver=1.4.9
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="Program which operates like tar to unpack the files inside an ms-tnef MIME attachment"
-url="http://sourceforge.net/projects/tnef/"
-license=('GPL')
-depends=()
-source=(http://downloads.sourceforge.net/project/tnef/tnef/tnef-$pkgver.tar.gz)
-md5sums=('83a3a8fe0c15c9bbe2a8dae74c46b761')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
- make
- make DESTDIR=$pkgdir install
-}