summaryrefslogtreecommitdiff
path: root/community/dynamite/PKGBUILD
blob: cb465fe155d18cdbad9ee9266ef3fa489c0905ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id: PKGBUILD 65136 2012-02-20 04:58:34Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Zhukov Pavel <gelios@gmail.com>

pkgname=dynamite
pkgver=0.1.1
pkgrel=3
pkgdesc="Dynamite is a tool and library for decompressing data compressed with PKWARE Data Compression Library"
arch=('i686' 'x86_64' 'mips64el')
url="http://synce.sourceforge.net/"
license=("GPL")
source=(http://downloads.sourceforge.net/sourceforge/synce/libdynamite-$pkgver.tar.gz)
md5sums=('238bf243dba2166a2e0e141b18065235')

build() {
  cd $srcdir/libdynamite-$pkgver
  ./configure --prefix=/usr
  make
  make DESTDIR=$pkgdir install
}