initial import
This commit is contained in:
22
iso2mkv/PKGBUILD
Normal file
22
iso2mkv/PKGBUILD
Normal file
@@ -0,0 +1,22 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=iso2mkv
|
||||
pkgver=2011.05.02
|
||||
pkgrel=1
|
||||
pkgdesc="Script to convert DVD image, device, or VIDEO_TS to mkv"
|
||||
arch=('any')
|
||||
url='http://5ko.free.fr/en/iso2mkv.html'
|
||||
license=('Expat')
|
||||
depends=('lame' 'normalize' 'vorbis-tools' 'mencoder' 'mkvtoolnix-cli' 'ogmtools' 'bash')
|
||||
source=("https://repo.hyperbola.info:50000/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
|
||||
sha512sums=('4307be1e2756bfe9fa7d547acadcd585a2b3015de60fd9d88d7f63a75311ba6cefeae15c52131724b50786fcfccab26b93df86682039d80e6177f6c09aa9b205'
|
||||
'SKIP')
|
||||
validpgpkeys=('C92BAA713B8D53D3CAE63FC9E6974752F9704456') # André Silva
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/${pkgname}
|
||||
|
||||
install -Dm755 $pkgname -t "${pkgdir}"/usr/bin
|
||||
install -Dm644 $pkgname.conf -t "${pkgdir}"/usr/share/$pkgname/examples
|
||||
install -Dm644 README.utf8.txt -t "${pkgdir}"/usr/share/licenses/$pkgname
|
||||
}
|
||||
Reference in New Issue
Block a user