mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Extras'
This commit is contained in:
parent
b50826a1a2
commit
00db586576
25 changed files with 45 additions and 62 deletions
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 32489 2009-04-01 03:10:53Z eric $
|
||||
#Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=damageproto
|
||||
pkgver=1.1.0
|
||||
pkgrel=2
|
||||
pkgdesc="X11 Damage extension wire protocol"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
depends=('xproto' 'fixesproto')
|
||||
|
|
|
@ -10,7 +10,7 @@ arch=('arm')
|
|||
license=('GPL' 'custom')
|
||||
depends=("dbus-core>=${pkgver}" 'libx11' 'libsm')
|
||||
source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz
|
||||
30-dbus)
|
||||
30-dbus)
|
||||
md5sums=('2c267ccd45d0b18db8c9edacad63ec98'
|
||||
'd14e59575f04e55d21a04907b6fd9f3c')
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
|
||||
#Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=dri2proto
|
||||
pkgver=2.0
|
||||
pkgrel=1
|
||||
pkgdesc="X11 DRI protocol"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
license=('custom')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 33073 2009-04-04 06:44:44Z eric $
|
||||
#Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=fixesproto
|
||||
pkgver=4.0
|
||||
pkgrel=3
|
||||
pkgdesc="X11 Fixes extension wire protocol"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
depends=('xproto' 'xextproto')
|
||||
|
@ -19,4 +18,3 @@ build() {
|
|||
make DESTDIR=${pkgdir} install || return 1
|
||||
install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
|
||||
}
|
||||
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
# $Id: PKGBUILD 40204 2009-05-28 20:58:44Z jgc $
|
||||
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=glproto
|
||||
pkgver=1.4.10
|
||||
pkgrel=1
|
||||
pkgdesc="X11 OpenGL extension wire protocol"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2
|
||||
COPYING)
|
||||
md5sums=('c9f8cebfba72bfab674bc0170551fb8d' 'a2228066bf4e15d351290deec0d9c250')
|
||||
md5sums=('c9f8cebfba72bfab674bc0170551fb8d'
|
||||
'a2228066bf4e15d351290deec0d9c250')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 54002 2009-10-05 15:41:45Z giovanni $
|
||||
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
|
||||
# Contributor: Paul Mattal <paul@mattal.com>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=help2man
|
|||
pkgver=1.36.4
|
||||
pkgrel=4
|
||||
pkgdesc="Conversion tool to create man files"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://www.gnu.org/software/help2man/"
|
||||
license=('GPL2')
|
||||
depends=('glibc' 'perl-locale-gettext')
|
||||
|
@ -26,6 +25,6 @@ build() {
|
|||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
--libdir=/lib
|
||||
make || return 1
|
||||
make
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 40207 2009-05-28 21:02:08Z jgc $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=libdrm
|
||||
pkgver=2.4.11
|
||||
pkgrel=2
|
||||
pkgdesc="Userspace interface to kernel DRM services"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
license=('custom')
|
||||
depends=('glibc')
|
||||
options=('!libtool' 'force')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 45426 2009-07-11 14:13:23Z andyrtr $
|
||||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
|
@ -7,7 +6,7 @@ pkgname=libelf
|
|||
pkgver=0.8.12
|
||||
pkgrel=1
|
||||
pkgdesc="libelf is a free ELF object file access library"
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
license=('GPL')
|
||||
source=(http://www.mr511.de/software/${pkgname}-${pkgver}.tar.gz)
|
||||
url="http://www.mr511.de/software/"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
|
||||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
# Maintainer: judd <jvinet@zeroflux.org>
|
||||
|
||||
pkgname=libmng
|
||||
pkgver=1.0.10
|
||||
pkgrel=1
|
||||
pkgdesc="A collection of routines used to create and manipulate MNG format graphics files"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://www.libmng.com/"
|
||||
license=('custom')
|
||||
depends=('zlib' 'libjpeg')
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 52180 2009-09-16 12:23:19Z giovanni $
|
||||
# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
|
||||
pkgname=libmysqlclient
|
||||
pkgver=5.1.38
|
||||
pkgrel=1
|
||||
pkgdesc="MySQL client libraries"
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
depends=('openssl' 'zlib' 'gcc-libs' 'tcp_wrappers')
|
||||
makedepends=('readline' 'libtool')
|
||||
options=('!libtool')
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $Id: PKGBUILD 35587 2009-04-14 05:34:34Z eric $
|
||||
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=libxcursor
|
||||
pkgver=1.1.9
|
||||
pkgrel=2
|
||||
pkgdesc="X cursor management library"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
depends=('libxfixes' 'libxrender')
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $Id: PKGBUILD 35588 2009-04-14 05:38:21Z eric $
|
||||
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=libxdamage
|
||||
pkgver=1.1.1
|
||||
pkgrel=2
|
||||
pkgdesc="X11 damaged region extension library"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
depends=('libxfixes>=4.0.3' 'damageproto>=1.1')
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $Id: PKGBUILD 35597 2009-04-14 06:27:02Z eric $
|
||||
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=libxext
|
||||
pkgver=1.0.5
|
||||
pkgrel=2
|
||||
pkgdesc="X11 miscellaneous extensions library"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
depends=('libx11>=1.1.93' 'xextproto>=7.0.5')
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 35645 2009-04-15 00:03:42Z eric $
|
||||
#Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=libxfixes
|
||||
pkgver=4.0.3
|
||||
pkgrel=2
|
||||
pkgdesc="X11 miscellaneous 'fixes' extension library"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
depends=('libx11' 'fixesproto')
|
||||
|
|
|
@ -1,18 +1,20 @@
|
|||
# $Id: PKGBUILD 35647 2009-04-15 00:12:26Z eric $
|
||||
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=libxinerama
|
||||
pkgver=1.0.3
|
||||
pkgrel=2
|
||||
pkgdesc="X11 Xinerama extension library"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
depends=('libxext' 'xineramaproto')
|
||||
makedepends=('pkgconfig')
|
||||
options=(!libtool)
|
||||
source=(${url}/releases/individual/lib/libXinerama-${pkgver}.tar.bz2 LICENSE)
|
||||
md5sums=('cd9f7c46439ac40e0517a302d2434d2c' '098e0bc089368a988092b3cbda617a57')
|
||||
source=(${url}/releases/individual/lib/libXinerama-${pkgver}.tar.bz2
|
||||
LICENSE)
|
||||
md5sums=('cd9f7c46439ac40e0517a302d2434d2c'
|
||||
'098e0bc089368a988092b3cbda617a57')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/libXinerama-${pkgver}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $Id: PKGBUILD 29289 2009-03-07 18:44:39Z jgc $
|
||||
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=libxrandr
|
||||
pkgver=1.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="X11 RandR extension library"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
license=('custom')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
depends=('libxext>=1.0.5' 'libxrender' 'randrproto>=1.3.0')
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 35661 2009-04-15 02:10:21Z eric $
|
||||
#Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=libxt
|
||||
pkgver=1.0.5
|
||||
pkgrel=2
|
||||
pkgdesc="X11 toolkit intrinsics library"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
depends=('libsm' 'libx11')
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# $Id: PKGBUILD 4409 2008-07-06 20:49:15Z jgc $
|
||||
#Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=libxxf86vm
|
||||
pkgver=1.0.2
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 52181 2009-09-16 12:24:36Z giovanni $
|
||||
# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
|
||||
pkgname=mysql-clients
|
||||
pkgver=5.1.38
|
||||
pkgrel=1
|
||||
pkgdesc="MySQL client tools"
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
depends=("libmysqlclient>=${pkgver}")
|
||||
makedepends=('tcp_wrappers' 'libtool' 'gcc' 'readline>=6.0')
|
||||
url=('http://www.mysql.com/')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 52182 2009-09-16 12:30:01Z giovanni $
|
||||
# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
# Contributor: judd <jvinet@zeroflux.org>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=mysql
|
|||
pkgver=5.1.38
|
||||
pkgrel=1
|
||||
pkgdesc="A fast SQL database server"
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
backup=(etc/my.cnf etc/conf.d/mysqld)
|
||||
depends=("mysql-clients>=${pkgver}" 'tcp_wrappers' 'zlib' 'perl')
|
||||
makedepends=('libtool' 'patch')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 54227 2009-10-07 10:53:22Z giovanni $
|
||||
# Contributor: Mark Rosenstand <mark@borkware.net>
|
||||
# Maintainer: Paul Mattal <paul@archlinux.org>
|
||||
|
||||
|
@ -7,7 +6,7 @@ _realname=gettext
|
|||
pkgver=1.05
|
||||
pkgrel=5
|
||||
pkgdesc="Permits access from Perl to the gettext() family of functions."
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
url="http://search.cpan.org/dist/${_realname}/"
|
||||
depends=('gettext' 'perl>=5.10.0')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 52200 2009-09-16 14:18:21Z pierre $
|
||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
# Contributor: John Proctor <jproctor@prium.net>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=qt3
|
|||
pkgver=3.3.8
|
||||
pkgrel=13
|
||||
pkgdesc="The QT gui toolkit."
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
license=('GPL')
|
||||
url="http://www.trolltech.com/products/qt/index.html"
|
||||
pkgfqn=qt-x11-free-${pkgver}
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 29287 2009-03-07 18:43:12Z jgc $
|
||||
#Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=randrproto
|
||||
pkgver=1.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="X11 RandR extension wire protocol"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
license=('custom')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
|
||||
|
|
|
@ -1,16 +1,14 @@
|
|||
# $Id: PKGBUILD 36406 2009-04-22 02:35:44Z eric $
|
||||
#Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=xf86vidmodeproto
|
||||
pkgver=2.2.2
|
||||
pkgrel=2
|
||||
pkgdesc="X11 Video Mode extension wire protocol"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
|
||||
md5sums=('f00844a63d6e76b69eb0eb5e41eed843')
|
||||
sha1sums=('4a228958879eb06206d13f4f09ec902f837fb8dd')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
|
|
@ -1,16 +1,14 @@
|
|||
# $Id: PKGBUILD 36407 2009-04-22 02:36:43Z eric $
|
||||
#Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=xineramaproto
|
||||
pkgver=1.1.2
|
||||
pkgrel=2
|
||||
pkgdesc="X11 Xinerama extension wire protocol"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
|
||||
md5sums=('1cc292c562962ad0ad3a253cae68c632')
|
||||
sha1sums=('d09ef306ffc0d058120051d88dd64776fd0de0d5')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue