updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / mp4fpsmod / PKGBUILD
blob99e3564776d394ad940ad99720ba36e0b49671ab
1 # $Id$
2 # Maintainer: Hugo Osvaldo Barrera <hugo@osvaldobarrera.com.ar>
4 pkgname=mp4fpsmod
5 pkgver=0.14
6 pkgrel=1
7 pkgdesc="Simple CLI MP4 time code editor"
8 arch=('any')
9 license=('custom')
10 url="https://sites.google.com/site/qaacpage/junk"
11 makedepends=('git')
13 build() {
14   cd "${srcdir}"
16   git clone git://github.com/nu774/${pkgname}.git
17   cd ${pkgname}
18   git checkout v${pkgver}
20   pushd mp4v2
21   ./make_configure
22   ./configure --enable-shared=no --disable-util
23   make
24   popd
25   make LIBPATH=-L./mp4v2/.libs
26   strip mp4fpsmod 
28   install -D -m755 mp4fpsmod ${pkgdir}/usr/bin/mp4fpsmod  
29   install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE