mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur updates
This commit is contained in:
parent
cf1d564aef
commit
e7fe13b1ff
3 changed files with 20 additions and 24 deletions
|
@ -3,7 +3,7 @@
|
|||
# Contributor: Maik Broemme <mbroemme@libmpq.org>
|
||||
|
||||
pkgname=asterisk
|
||||
pkgver=12.2.0
|
||||
pkgver=12.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="A complete PBX solution"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -119,14 +119,14 @@ backup=('etc/asterisk/acl.conf'
|
|||
url="http://www.asterisk.org"
|
||||
license=('GPL')
|
||||
depends=('alsa-lib' 'speex' 'popt' 'libvorbis' 'curl' 'libxml2' 'jansson')
|
||||
makedepends=('sqlite3' 'gsm' 'pjproject')
|
||||
makedepends=('sqlite3' 'gsm' 'pjproject' 'libxslt')
|
||||
optdepends=('lua51' 'libsrtp' 'postgresql' 'unixodbc' 'libpri' 'libss7' 'openr2' 'iksemel' 'radiusclient-ng' 'dahdi')
|
||||
source=(http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-${pkgver}.tar.gz \
|
||||
${pkgname}.service \
|
||||
${pkgname}.logrotated \
|
||||
${pkgname}.tmpfile)
|
||||
install=${pkgname}.install
|
||||
sha256sums=('1858abd9be49eabba545fe74d6730d90ac211d2d421be9ab776209f522994263'
|
||||
sha256sums=('d9b7b22992cb5903893eb4521e3fd46a8f1f1fafff62166f11003cebeb2c2f55'
|
||||
'74e0b278d553499f0c648a6e3d55c0dbb11b0c6dc93a85b020a21eafadb83783'
|
||||
'caa24cfec5c6b4f8cea385269e39557362acad7e2a552994c3bc24080e3bdd4e'
|
||||
'673c0c55bce8068c297f9cdd389402c2d5d5a25e2cf84732cb071198bd6fa78a')
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
|
||||
|
||||
_pkgname=chocolate-doom # for the individual package functions
|
||||
# The AUR can be annoying too.
|
||||
pkgname=chocolate-doom
|
||||
true && pkgname=(chocolate-{doom,heretic,hexen,strife,common})
|
||||
pkgname=(chocolate-{doom,heretic,hexen,strife,common})
|
||||
_pkgname=${pkgname[0]}
|
||||
pkgdesc="Historically-accurate Doom, Heretic, Hexen, and Strife ports."
|
||||
pkgver=2.0.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.chocolate-doom.org/"
|
||||
license=('GPL2')
|
||||
depends=('libsamplerate' 'sdl_mixer' 'sdl_net')
|
||||
makedepends=('autoconf' 'python')
|
||||
install=chocolate-doom.install
|
||||
source=(http://chocolate-doom.org/downloads/${pkgver}/chocolate-doom-${pkgver}.tar.gz)
|
||||
source=(http://chocolate-doom.org/downloads/${pkgver}/${_pkgname}-${pkgver}.tar.gz)
|
||||
sha256sums=('85c58b77dad933013253b453ef01907492b4719acd56cf8cb6c76f4a361ab60c')
|
||||
|
||||
build() {
|
||||
cd "${pkgname[0]}-${pkgver}"
|
||||
cd "${_pkgname}-${pkgver}"
|
||||
|
||||
# Change binary dir from /usr/games to /usr/bin
|
||||
sed 's|/games|/bin|g' -i src{,/setup}/Makefile.am
|
||||
|
@ -46,7 +46,7 @@ package_chocolate-common() {
|
|||
}
|
||||
|
||||
package_chocolate-doom() {
|
||||
pkgdesc="Doom port accurately reproducing the original v1.9 EXEs."
|
||||
pkgdesc="Doom port accurately reproducing the original DOS EXEs."
|
||||
depends=(${depends[@]} 'chocolate-common')
|
||||
|
||||
cd "${_pkgname}-${pkgver}"
|
||||
|
@ -64,7 +64,7 @@ package_chocolate-doom() {
|
|||
}
|
||||
|
||||
package_chocolate-heretic() {
|
||||
pkgdesc="Heretic port accurately reproducing the original v1.3 EXE."
|
||||
pkgdesc="Heretic port accurately reproducing the original DOS EXEs."
|
||||
depends=(${depends[@]} 'chocolate-common')
|
||||
|
||||
cd "${_pkgname}-${pkgver}"
|
||||
|
@ -82,7 +82,7 @@ package_chocolate-heretic() {
|
|||
}
|
||||
|
||||
package_chocolate-hexen() {
|
||||
pkgdesc="Hexen port accurately reproducing the original v1.1 EXE."
|
||||
pkgdesc="Hexen port accurately reproducing the original DOS EXEs."
|
||||
depends=(${depends[@]} 'chocolate-common')
|
||||
|
||||
cd "${_pkgname}-${pkgver}"
|
||||
|
@ -100,7 +100,7 @@ package_chocolate-hexen() {
|
|||
}
|
||||
|
||||
package_chocolate-strife() {
|
||||
pkgdesc="Strife port accurately reproducing the original v1.31 EXE."
|
||||
pkgdesc="Strife port accurately reproducing the original DOS EXEs."
|
||||
depends=(${depends[@]} 'chocolate-common')
|
||||
|
||||
cd "${_pkgname}-${pkgver}"
|
||||
|
@ -116,7 +116,3 @@ package_chocolate-strife() {
|
|||
rm -f man/man?/chocolate-{doom,heretic,hexen,setup,server}* \
|
||||
man/man5/{default,heretic,hexen}.cfg*
|
||||
}
|
||||
|
||||
# More AUR workaround.
|
||||
pkgdesc="Doom, Heretic, Hexen, Strife port accurately reproducing the originals."
|
||||
depends=('libsamplerate' 'sdl_mixer' 'sdl_net')
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
_perlmod=Config-General
|
||||
_modnamespace=Config
|
||||
pkgname=perl-config-general
|
||||
pkgver=2.52
|
||||
pkgver=2.56
|
||||
pkgrel=2
|
||||
pkgdesc="Config::General - Generic Config Module"
|
||||
arch=('any')
|
||||
|
@ -11,10 +11,10 @@ url="http://search.cpan.org/dist/${_perlmod}"
|
|||
license=('GPL' 'PerlArtistic')
|
||||
options=('!emptydirs')
|
||||
source=("http://cpan.org/modules/by-module/${_modnamespace}/${_perlmod}-${pkgver}.tar.gz")
|
||||
sha512sums=('9a4d6fd823c58c5aba78528997b17b7db8f303dd58d1763f797cf917ebd5f3257b17afc85dcec6f5607b7fdb874dfa60b540e98366a6bb3cf6000175fb32a7c5')
|
||||
sha512sums=('0439d690e58fb30cafd18e3c51fb1c6226cb20017fcd260959ad0210006d0e98a32a939d314b384e5c62871c0a59400a678099e3d703d9e2ed859de20292de9a')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${_perlmod}-${pkgver}"
|
||||
cd "${_perlmod}-${pkgver}"
|
||||
|
||||
# Install module in vendor directories.
|
||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
@ -22,11 +22,11 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
cd "${srcdir}/${_perlmod}-${pkgver}"
|
||||
cd "${_perlmod}-${pkgver}"
|
||||
make test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${_perlmod}-${pkgver}"
|
||||
make install DESTDIR="${pkgdir}/"
|
||||
cd "${_perlmod}-${pkgver}"
|
||||
make install DESTDIR="${pkgdir}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue