You are not logged in.

#1 2004-07-29 17:15:10

kpiche
Forum Fellow
From: Ottawa, ON, Canada
Registered: 2004-03-30
Posts: 246
Website

[network:email] ripmime

ripMIME is used to extract the attached files out of a set of MIME messages.  I've used it to pull out many large images out of emails people have sent me.

# Contributor: K. Piche <kpiche@rogers.com>
pkgname=ripmime
pkgver=1.3.2.2
pkgrel=1
pkgdesc="ripMIME is used to extract the attached files out of a MIME package"
url=(http://www.pldaniels.com/ripmime/)
source=(http://www.pldaniels.com/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('c1eaa37c276f41300da399ce2923c28f')

build() {
  cd $startdir/src/$pkgname-$pkgver
  make || return 1
  mkdir -p $startdir/pkg/usr/bin $startdir/pkg/usr/man/man1
  make LOCATION=$startdir/pkg/usr install
}

Package is also available at http://ca.geocities.com/kpiche@rogers.com/

Offline

Board footer

Powered by FluxBB