updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / scrap2rtf / PKGBUILD
blob189580a5c0245bf5270a13141f1a5a796915e332
1 pkgname=scrap2rtf
2 pkgver=0.1
3 pkgrel=1
4 pkgdesc="converts scrap of document (Shell Scrap Object File) is the OLE-container containing a RTF-document"
5 arch=(i686 x86_64)
6 url="http://code.google.com/p/scrap2rtf/"
7 license=('GPL3')
8 depends=()
9 source=(http://scrap2rtf.googlecode.com/files/scrap2rtf-$pkgver.tar.gz)
10 md5sums=('36103a5fb706e7007bff91399fc868b1')
12 build() {
13   cd "$srcdir/$pkgname"
15   ./configure --prefix=/usr
16   make || return 1
17   make DESTDIR="$pkgdir/" install