mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 16:42:31 +01:00
Initial PKGBUILD status as of 28.11.2014
This commit is contained in:
commit
1c86901895
2 changed files with 31 additions and 0 deletions
12
.SRCINFO
Normal file
12
.SRCINFO
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
pkgbase = drascula-audio-mp3
|
||||
pkgdesc = Lossless music addon for Drascula
|
||||
pkgver = 2.0
|
||||
pkgrel = 1
|
||||
url = http://scummvm.sourceforge.net/
|
||||
arch = any
|
||||
license = custom
|
||||
source = http://downloads.sourceforge.net/scummvm/drascula-audio-mp3-2.0.zip
|
||||
md5sums = 805c0c46b4efbea2a2f592d36736f9be
|
||||
|
||||
pkgname = drascula-audio-mp3
|
||||
|
||||
19
PKGBUILD
Normal file
19
PKGBUILD
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
|
||||
|
||||
pkgname=drascula-audio-mp3
|
||||
pkgver=2.0
|
||||
pkgrel=1
|
||||
pkgdesc="Lossless music addon for Drascula"
|
||||
arch=('any')
|
||||
url="http://scummvm.sourceforge.net/"
|
||||
license=('custom')
|
||||
source=(http://downloads.sourceforge.net/scummvm/$pkgname-$pkgver.zip)
|
||||
md5sums=('805c0c46b4efbea2a2f592d36736f9be')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
||||
install -d "${pkgdir}"/usr/share/drascula/
|
||||
install -m644 audio/*.mp3 "${pkgdir}"/usr/share/drascula/
|
||||
install -D -m644 readme.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue