Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 14th, 2010  |  syntax: None  |  size: 0.59 KB  |  hits: 115  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Contributor: Adam Wolk <netprobe@gmail.com>
  2. pkgname=libewf
  3. pkgver=20100226
  4. pkgrel=1
  5. pkgdesc="A library for support of the Expert Witness Compression Format (EWF)"
  6. url="http://sourceforge.net/projects/libewf"
  7. license=('LGPL3')
  8. depends=('util-linux-ng' 'zlib' 'openssl')
  9. options=(!libtool)
  10. source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
  11. md5sums=('a697d629bb74df1fa68f22658634fdb9')
  12. arch=('i686' 'x86_64')
  13.  
  14. build() {
  15.    cd $startdir/src/$pkgname-$pkgver
  16.    ./configure --prefix=/usr --sysconfdir=/etc
  17.    make || return 1
  18.    make DESTDIR=$startdir/pkg install
  19. }