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
23bb2fa4d9
commit
44d2cd404c
6 changed files with 54 additions and 51 deletions
|
@ -1,8 +1,8 @@
|
|||
# Contributor: Johannes Dewender arch at JonnyJD dot net
|
||||
pkgname=('python-configshell-fb' 'python2-configshell-fb')
|
||||
_pkgname=configshell-fb
|
||||
pkgver=1.1.fb16
|
||||
pkgrel=2
|
||||
pkgver=1.1.fb17
|
||||
pkgrel=1
|
||||
pkgdesc="python framework for building simple CLI applications (free branch)"
|
||||
arch=('any')
|
||||
url="https://github.com/agrover/configshell-fb"
|
||||
|
@ -10,7 +10,7 @@ license=('Apache')
|
|||
options=()
|
||||
makedepends=('python-setuptools' 'python2-setuptools')
|
||||
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz)
|
||||
sha256sums=('391187e213bcec4eb81d34baad973afd6ff544af1fe07816ff784a3eb278e0c5')
|
||||
sha256sums=('a474152c799b65a1cf16f1fbf395ab68b5d49b7c246e6dc97e8c309e3e76708d')
|
||||
|
||||
package_python-configshell-fb() {
|
||||
depends=('python-pyparsing' 'python-urwid')
|
||||
|
|
|
@ -6,15 +6,15 @@
|
|||
# Contributor: Amr Hassan <amr.hassan@gmail.com>
|
||||
|
||||
pkgname=python-pylast
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgver=1.1.0
|
||||
pkgrel=2
|
||||
pkgdesc='A Python interface to the last.fm API'
|
||||
arch=('any')
|
||||
url='https://github.com/pylast/pylast'
|
||||
license=('Apache')
|
||||
depends=('python')
|
||||
source=("http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz")
|
||||
sha256sums=('948bc9efb2e2785db8c303cc6559358b943538cc45f902838db770b84843d605')
|
||||
depends=('python' 'python-six')
|
||||
source=("https://github.com/pylast/pylast/archive/${pkgver}.tar.gz")
|
||||
sha256sums=('0c8ec43d931624d65582e38d4e0c10f8a1215a4a1caa9d7841642d2d083d1610')
|
||||
|
||||
build() {
|
||||
cd ${pkgname#*-}-$pkgver
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Contributor: Johannes Dewender arch at JonnyJD dot net
|
||||
pkgname=('python-rtslib-fb' 'python2-rtslib-fb')
|
||||
_pkgname=rtslib-fb
|
||||
pkgver=2.1.fb51
|
||||
pkgrel=2
|
||||
pkgver=2.1.fb52
|
||||
pkgrel=1
|
||||
pkgdesc="free branch version of the LIO target API"
|
||||
arch=('any')
|
||||
url="https://github.com/agrover/rtslib-fb"
|
||||
|
@ -12,7 +12,7 @@ backup=()
|
|||
options=()
|
||||
install=
|
||||
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz target.service)
|
||||
sha256sums=('a28bf567ee451952c7f03b9dbc962ba81cc2a22ed3a8a0c8df1b3ce9cc5f67b8'
|
||||
sha256sums=('774e5498c317c1a17867e7f0a460aa4ac52ff856466858390f18913e4d266acf'
|
||||
'74b9e5c11eab1781aa8b43680b429080ae800fbcdafd29626791b5426a4cdea8')
|
||||
|
||||
|
||||
|
|
|
@ -1,26 +1,31 @@
|
|||
# Contributor: Roberto Alsina <ralsina@kde.org>
|
||||
# Updated to 2.1.1a2 by Fabio Varesano <fvaresano@yahoo.it>
|
||||
# Maintainer: Martti Kühne <mysatyre@gmail.com>
|
||||
|
||||
plugrel=1
|
||||
# Contributor: Fabio Varesano <fvaresano@yahoo.it> (Updated to 2.1.1a2)
|
||||
# Contributor: Martti Kühne <mysatyre@gmail.com>
|
||||
# Maintainer : David Phillips <gmail, dbphillipsnz>
|
||||
|
||||
pkgname=python2-simpleparse
|
||||
_pkgname=SimpleParse
|
||||
pkgver=2.1.1a2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A simple and fast parser generator"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://simpleparse.sourceforge.net"
|
||||
license=('custom')
|
||||
depends=('python2')
|
||||
makedepends=('python2-distribute')
|
||||
source=("http://downloads.sourceforge.net/simpleparse/$_pkgname-$pkgver.tar.gz")
|
||||
md5sums=('9c4e13b4f9b087442f76e7382ba97e3b')
|
||||
makedepends=('python2-setuptools')
|
||||
source=("http://downloads.sourceforge.net/simpleparse/${_pkgname}-${pkgver}.tar.gz")
|
||||
sha256sums=('9899df932c6805dbb6433c7395e696fd60723f463513933e925cc77314c6bbb8')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$_pkgname-$pkgver
|
||||
python2 setup.py bdist_dumb
|
||||
install -D license.txt $pkgdir/usr/share/licenses/$pkgname/COPYING
|
||||
cd $pkgdir
|
||||
tar xzvf $srcdir/$_pkgname-$pkgver/dist/$_pkgname-$pkgver.linux*.tar.gz
|
||||
build () {
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
python2 setup.py bdist_dumb
|
||||
}
|
||||
|
||||
package () {
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
install -D license.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
|
||||
tar -xzv \
|
||||
-f "${srcdir}/${_pkgname}-${pkgver}/dist/${_pkgname}-${pkgver}.linux"*".tar.gz" \
|
||||
-C "${pkgdir}"
|
||||
|
||||
}
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Contributor: Johannes Dewender arch at JonnyJD dot net
|
||||
pkgname=targetcli-fb
|
||||
pkgver=2.1.fb38
|
||||
pkgver=2.1.fb39
|
||||
pkgrel=1
|
||||
pkgdesc="free branch of the targetcli LIO administration shell (iSCSI + Co)"
|
||||
arch=('any')
|
||||
url="https://github.com/agrover/targetcli-fb"
|
||||
license=('Apache')
|
||||
groups=()
|
||||
depends=('python-rtslib-fb>=2.1.fb51' 'python-configshell-fb>=1.1.fb12')
|
||||
depends=('python-rtslib-fb>=2.1.fb52' 'python-configshell-fb>=1.1.fb17')
|
||||
makedepends=('python-setuptools')
|
||||
# TODO: optdepend on python-ethtool when available for python3
|
||||
optdepends=()
|
||||
|
@ -16,7 +16,7 @@ backup=()
|
|||
options=()
|
||||
install=
|
||||
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$pkgname-$pkgver.tar.gz)
|
||||
sha256sums=('cee85005cf2b4ee88d313843029585ead98b0dd14ae326154a6e2f47baa4ef6d')
|
||||
sha256sums=('a477b0279fcf03e423df5738324c82d1f67b667f86541b03ee4b522692679ab3')
|
||||
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,30 +1,28 @@
|
|||
# Maintainer: halim <sagikliwon@gmail.com>
|
||||
# Maintainer: Ivan Zenin <i.zenin@gmx.com>
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=wxbase
|
||||
pkgver=2.8.12
|
||||
pkgrel=1
|
||||
pkgdesc="wxBase - wxWidgets base libraries for no X install"
|
||||
pkgname="wxbase"
|
||||
pkgver=3.0.2
|
||||
pkgrel=3
|
||||
pkgdesc="wxWidgets base libraries for no X install (stable version)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://wxwidgets.org"
|
||||
license=('custom:wxWindows')
|
||||
depends=('zlib')
|
||||
conflicts=('wxgtk')
|
||||
makedepends=('')
|
||||
source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2)
|
||||
md5sums=('08f81ab60647308058f6ce99712b14f8')
|
||||
makedepends=('git')
|
||||
provides=('wxbase=3.0.2')
|
||||
conflicts=('wxgtk' 'wxwidgets' 'wxbase')
|
||||
source=("git+git://github.com/wxWidgets/wxWidgets.git")
|
||||
md5sums=('SKIP')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/wxGTK-${pkgver}
|
||||
cd "${srcdir}/wxWidgets"
|
||||
git checkout tags/WX_3_0_2
|
||||
./configure --prefix=/usr --libdir=/usr/lib --disable-gui --enable-unicode
|
||||
make
|
||||
}
|
||||
|
||||
./configure --prefix=/usr --libdir=/usr/lib \
|
||||
--disable-gui --disable-debug --enable-unicode --disable-compat24 \
|
||||
--disable-compat26 --with-zlib=sys --without-odbc \
|
||||
--without-expat --without-libmspack --without-subdirs || return 1
|
||||
|
||||
make CC="gcc" || return 1
|
||||
make DESTDIR=${pkgdir} install || return 1
|
||||
|
||||
cd docs || return 1
|
||||
install -D -m644 licence.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE || return 1
|
||||
package() {
|
||||
cd "${srcdir}/wxWidgets"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
find "${pkgdir}" -type d -name .git -exec rm -r '{}' +
|
||||
install -D -m644 docs/licence.txt "${pkgdir}/usr/share/licenses/wxWidgets/LICENSE"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue