summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: dc7193bf4d9e7644a20f20373f57fabfbfd7fbb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Contributor: ianux <ianux@free.fr>
pkgname=myrtille
pkgver=0.6.1
pkgrel=1
pkgdesc="picture sequence capture tool"
arch=('i686')
url="http://festival.inattendu.org/Myrtille-Linux"
license=('GPL')
depends=('ffmpeg' 'gnome-python' 'gstreamer0.10-base-plugins' 'gstreamer0.10-bad-plugins' \
	'gstreamer0.10-good-plugins' 'gstreamer0.10-python' 'imagemagick' 'pil')
source=(http://launchpad.net/myrtille/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
md5sums=('ab49449c7aec6e6ca664bb3620322f40')
install=${pkgname}.install

build() {
  cd ${srcdir}/${pkgname}-${pkgver}
  make || return 1
  make DESTDIR=${pkgdir} install
}