updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / fuzemux / PKGBUILD
blob3ec94343f3f9dd62219b917dcc294a19d7ec5996
1 # Maintainer: Philipp Schmidt <philschmidt at gmx dot net>
3 pkgname=fuzemux
4 pkgver=0.1.2_fixed
5 pkgrel=1
6 pkgdesc="A tool to remux AVI video files for the Sansa Fuze media player"
7 arch=("i686" "x86_64")
8 url="http://code.google.com/p/fuzemux/"
9 license=('GPL3')
11 source=(http://fuzemux.googlecode.com/files/${pkgname}-${pkgver/_/-}.tar.gz)
12 sha1sums=(4ea5067bdedf6394beca6e2d091946ffd15f356d)
14 build() {
15     cd ${pkgname}-0.1.2
16     ./configure --prefix=/usr
17     make
18     make DESTDIR=$pkgdir install