Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 570 → Rev 565

/video-contact-sheet/trunk/dist/arch/PKGBUILD.in
1,13 → 1,14
#
# $Rev$
#
# Maintainer (Upstream): Toni Corvera <outlyer@gmail.com>
#
# Build with '$ makepkg' on the same directory as this file
#
 
# Maintainer: Toni Corvera (Upstream) <outlyer@gmail.com>
pkgname=vcs
pkgver=@VERSION@
pkgrel=1
pkgrel=1.upstream
pkgdesc="tool to create contact sheets (previews) from videos"
arch=('any')
url="http://p.outlyer.net/vcs/"
24,13 → 25,9
# Debian & Arch didn't agree on this on my first try (???)
sha256sums=(@SHA256@)
 
prepare() {
build() {
cd $srcdir/$pkgname-$pkgver
make prepackage
}
 
package() {
cd $srcdir/$pkgname-$pkgver
make install DESTDIR=${pkgdir} prefix=/usr
install -D $srcdir/$pkgname-$pkgver/examples/vcs.conf.example \
${pkgdir}/usr/share/doc/$pkgname/vcs.conf.example