2011-08-22 14:45:42 +08:00
|
|
|
pkgname=dvd-slideshow
|
2015-12-31 22:36:09 +08:00
|
|
|
pkgver=0.8.6
|
2011-08-22 14:45:42 +08:00
|
|
|
_pkgver=$pkgver-1
|
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="Scripts for creating slideshow DVDs with menus, audio, and fancy effects."
|
|
|
|
arch=('any')
|
|
|
|
url="http://dvd-slideshow.sourceforge.net"
|
|
|
|
license=('GPL')
|
|
|
|
depends=('bc' 'cdrkit' 'dvdauthor' 'jhead' 'netpbm' 'sox' 'toolame' 'transcode' 'vorbis-tools')
|
2012-03-16 22:51:37 +08:00
|
|
|
categories=('multimedia')
|
2011-08-22 14:45:42 +08:00
|
|
|
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.gz)
|
2015-12-31 22:36:09 +08:00
|
|
|
sha256sums=('3424f53ac76a6bc2209f58d8f6995af589a804be9585ac4cde66592c7124acfc')
|
2011-08-22 14:45:42 +08:00
|
|
|
|
|
|
|
package() {
|
|
|
|
cd $srcdir/$pkgname-$_pkgver
|
|
|
|
|
|
|
|
for _file in `ls man | sed 's/\.1//'`; do
|
|
|
|
install -Dm755 $_file $pkgdir/usr/bin/$_file
|
|
|
|
install -Dm644 man/$_file.1 $pkgdir/usr/share/man/man1/$_file.1
|
|
|
|
install -Dm644 doc/$_file.html $pkgdir/usr/share/doc/$pkgname/$_file.html
|
|
|
|
done
|
|
|
|
|
|
|
|
install -Dm644 ${pkgname}rc $pkgdir/usr/share/$pkgname/${pkgname}rc
|
|
|
|
}
|