mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
More Extra packages
This commit is contained in:
parent
f23e5c21f6
commit
c2c68e3c66
32 changed files with 59 additions and 80 deletions
|
@ -1,10 +1,9 @@
|
|||
# Maintainer: Dominik Schemmel <dominik.schemmel@googlemail.com>
|
||||
# Package built natively on sheevaplug
|
||||
# based on the kernel on http://sheeva.with-linux.com/sheeva/
|
||||
# Based on the kernel on http://sheeva.with-linux.com/sheeva/
|
||||
|
||||
pkgname=kernel26-withlinux
|
||||
pkgver=2.6.31.6
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
pkgdesc="The Linux Kernel and modules"
|
||||
arch=('arm')
|
||||
license=('GPL2')
|
||||
|
@ -14,14 +13,11 @@ makedepends=()
|
|||
conflicts=('kernel26')
|
||||
provides=('kernel26')
|
||||
install=kernel26-withlinux.install
|
||||
source=(http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver-uImage
|
||||
http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver-Modules.tar.gz)
|
||||
md5sums=('47a699cba3b551fc9165b765554c28e4'
|
||||
'0c97bb224c1482a97b6646b465320f23')
|
||||
source=(http://sheeva.with-linux.com/sheeva/README-2.6.31.6)
|
||||
md5sums=('fe2fd601b46e3404872856d8efa126c3')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/
|
||||
mkdir -p ${pkgdir}/boot
|
||||
install -D -m644 sheeva-$pkgver-uImage ${pkgdir}/boot/uImage
|
||||
cp -R lib ${pkgdir}/lib
|
||||
mkdir -p ${pkgdir}/usr/share/plugapps/kernel
|
||||
cp README-$pkgver ${pkgdir}/usr/share/plugapps/kernel
|
||||
}
|
||||
|
|
|
@ -2,6 +2,8 @@ post_install() {
|
|||
echo 'Are you sure you want to upgrade the kernel?'
|
||||
echo 'Press ENTER to continue or CTRL+C to cancel.'
|
||||
read enter
|
||||
chmod 755 /usr/share/plugapps/kernel/README-2.6.31.6
|
||||
/usr/share/plugapps/kernel/README-2.6.31.6 --nandkernel
|
||||
echo 'Check the U-Boot environment variables! The kernel image is'
|
||||
echo 'located at /boot/uImage just in case you need to flash'
|
||||
echo 'it manually. However, it should have been flashed, so
|
||||
|
@ -12,6 +14,8 @@ post_upgrade() {
|
|||
echo 'Are you sure you want to upgrade the kernel?'
|
||||
echo 'Press ENTER to continue or CTRL+C to cancel.'
|
||||
read enter
|
||||
chmod 755 /usr/share/plugapps/kernel/README-2.6.31.6 --nandkernel
|
||||
/usr/share/plugapps/kernel/README-2.6.31.6
|
||||
echo 'Check the U-Boot environment variables! The kernel image is'
|
||||
echo 'located at /boot/uImage just in case you need to flash'
|
||||
echo 'it manually. However, it should have been flashed, so
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $Id: PKGBUILD 32305 2009-03-30 04:22:35Z eric $
|
||||
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=compositeproto
|
||||
pkgver=0.4
|
||||
pkgrel=2
|
||||
pkgdesc="X11 Composite extension wire protocol"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
depends=(fixesproto)
|
||||
|
@ -19,4 +19,3 @@ build() {
|
|||
make DESTDIR=${pkgdir} install || return 1
|
||||
install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
|
||||
# Maintainer: Eric Belanger <eric@archlinux.org>
|
||||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=freeglut
|
|||
pkgver=2.4.0
|
||||
pkgrel=3
|
||||
pkgdesc="Provides functionality for small OpenGL programs"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://freeglut.sourceforge.net/"
|
||||
license=('custom')
|
||||
depends=('libxxf86vm' 'mesa')
|
||||
|
@ -14,10 +13,10 @@ replaces=('glut')
|
|||
provides=('glut')
|
||||
conflicts=('glut')
|
||||
options=('!libtool')
|
||||
source=(http://downloads.sourceforge.net/freeglut/${pkgname}-${pkgver}.tar.gz \
|
||||
source=(http://downloads.sourceforge.net/freeglut/${pkgname}-${pkgver}.tar.gz
|
||||
glut-cursor-inherit.patch)
|
||||
md5sums=('6d16873bd876fbf4980a927cfbc496a1' 'd6ba7e22ebb0fd7904b8e18c97475ba6')
|
||||
sha1sums=('91a528aa72758b7288a0d69a964b1b7e3f322a12' '9353d7b811fdfd6f0c5766f0e93924ca63e9d6a9')
|
||||
md5sums=('6d16873bd876fbf4980a927cfbc496a1'
|
||||
'd6ba7e22ebb0fd7904b8e18c97475ba6')
|
||||
|
||||
build() {
|
||||
cd ${startdir}/src/${pkgname}-${pkgver}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 30671 2009-03-21 08:04:20Z eric $
|
||||
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
|
||||
# Contributor: tobias <tobias@archlinux.org>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=ftgl
|
|||
pkgver=2.1.3rc5
|
||||
pkgrel=1
|
||||
pkgdesc="OpenGL library to use arbitrary fonts"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://ftgl.wiki.sourceforge.net/"
|
||||
license=('MIT')
|
||||
depends=('freetype2' 'glut')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 40078 2009-05-27 06:04:17Z juergen $
|
||||
# Maintainer: Dan McGee <dan@archlinux.org>
|
||||
# Contributor: Manolis Tzanidakis <manolis@archlinux.org>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=geoip
|
|||
pkgver=1.4.6
|
||||
pkgrel=1
|
||||
pkgdesc="Non-DNS IP-to-country resolver C library & utils"
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
license=('GPL')
|
||||
url="http://www.maxmind.com/app/c"
|
||||
depends=('zlib')
|
||||
|
@ -22,4 +21,3 @@ build() {
|
|||
make check || return 1
|
||||
make DESTDIR=${startdir}/pkg install
|
||||
}
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgname=gnutls
|
|||
pkgver=2.8.0
|
||||
pkgrel=1
|
||||
pkgdesc="A library which provides a secure layer over a reliable transport layer"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
license=('GPL3' 'LGPL')
|
||||
url="http://www.gnu.org/software/gnutls/"
|
||||
install=gnutls.install
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#$Id: PKGBUILD 37370 2009-05-01 06:37:35Z eric $
|
||||
#Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=gperf
|
||||
pkgver=3.0.4
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 41786 2009-06-07 11:37:45Z jgc $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=gtk2
|
||||
pkgver=2.16.2
|
||||
pkgrel=1
|
||||
pkgdesc="The GTK+ Toolkit (v2)"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://www.gtk.org/"
|
||||
install=gtk2.install
|
||||
depends=('atk>=1.26.0' 'pango>=1.24.2' 'libxcursor' 'libxinerama' 'libxrandr>=1.3.0' 'libxi>=1.2.1' 'libcups>=1.3.9' 'libxcomposite' 'libxdamage' 'heimdal>=1.2.1' 'gnutls>=2.8.0' 'shared-mime-info')
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 36564 2009-04-24 21:19:31Z andyrtr $
|
||||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
|
||||
pkgname=libcups
|
||||
pkgver=1.3.10
|
||||
pkgrel=2
|
||||
pkgdesc="The CUPS Printing System"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
license=('GPL')
|
||||
url="http://www.cups.org/"
|
||||
depends=('gnutls>=2.6.5' 'libtiff' 'libpng' 'heimdal>=1.2.1-3')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 37399 2009-05-01 13:03:00Z jgc $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: Chaiwat Suttipongsakul <cwt114@gmail.com>
|
||||
|
||||
|
@ -8,7 +7,7 @@ pkgrel=1
|
|||
pkgdesc="Libdatrie is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe."
|
||||
url="http://linux.thai.net/~thep/datrie/datrie.html"
|
||||
license=('LGPL')
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
depends=('glibc')
|
||||
options=('!libtool' '!emptydirs')
|
||||
source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.gz)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 30217 2009-03-17 18:11:58Z jgc $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=libglade
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
|
||||
pkgname=libmng
|
||||
pkgver=1.0.10
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A collection of routines used to create and manipulate MNG format graphics files"
|
||||
arch=('arm')
|
||||
url="http://www.libmng.com/"
|
||||
license=('custom')
|
||||
depends=('zlib' 'libjpeg')
|
||||
depends=('zlib' 'libjpeg>=7')
|
||||
options=(!libtool)
|
||||
source=(http://download.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
|
||||
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('a464ae7d679781beebdf7440d144b7bd')
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 41781 2009-06-07 10:01:27Z jgc $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: judd <jvinet@zeroflux.org>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=libtasn1
|
|||
pkgver=2.2
|
||||
pkgrel=1
|
||||
pkgdesc="The ASN.1 library used in GNUTLS"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
license=('GPL3' 'LGPL')
|
||||
url="http://www.gnu.org/software/gnutls/"
|
||||
depends=('glibc' 'texinfo')
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# $Id: PKGBUILD 35277 2009-04-11 20:15:53Z jgc $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: Chaiwat Suttipongsakul <cwt114@gmail.com>
|
||||
|
||||
pkgname=libthai
|
||||
pkgver=0.1.11
|
||||
pkgrel=1
|
||||
pkgdesc="Thai language support routines"
|
||||
url="http://linux.thai.net/projects/libthai"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
license=('LGPL')
|
||||
depends=('libdatrie>=0.2.1')
|
||||
makedepends=('pkgconfig')
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $Id: PKGBUILD 35586 2009-04-14 05:31:14Z eric $
|
||||
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=libxcomposite
|
||||
pkgver=0.4.0
|
||||
pkgrel=2
|
||||
pkgdesc="X11 Composite extension library"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
depends=('libxfixes' 'libxext' 'compositeproto')
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $Id: PKGBUILD 28322 2009-02-28 18:50:37Z jgc $
|
||||
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=libxi
|
||||
pkgver=1.2.1
|
||||
pkgrel=1
|
||||
pkgdesc="X11 Input extension library"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org"
|
||||
depends=('libxext>=1.0.5')
|
||||
makedepends=('pkgconfig')
|
||||
|
@ -19,7 +19,6 @@ build() {
|
|||
./configure --prefix=/usr --sysconfdir=/etc || return 1
|
||||
make || return 1
|
||||
make DESTDIR="${pkgdir}" install || return 1
|
||||
|
||||
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
|
||||
}
|
||||
|
|
|
@ -28,4 +28,4 @@ build() {
|
|||
mkdir -p $pkgdir/usr/share/doc/lua
|
||||
cp -R doc/* $pkgdir/usr/share/doc/lua
|
||||
}
|
||||
# vim: ts=2 sw=2 et ft=sh
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD,v 1.3 2008/08/09 00:33:04 BaSh Exp $
|
||||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
# Contributor: rabyte <rabyte.at.gmail.dot.com>
|
||||
# Contributor: Johannes Krampf <wuischke.at.amule.dot.org>
|
||||
|
@ -8,7 +7,7 @@ pkgname=midori
|
|||
pkgver=0.1.10 #_git${_gitdate}
|
||||
pkgrel=1
|
||||
pkgdesc="A lightweight web browser based on Gtk WebKit"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://www.twotoasts.de/index.php?/pages/midori_summary.html"
|
||||
license=('GPL')
|
||||
install=midori.install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $Id: PKGBUILD 35674 2009-04-15 05:29:19Z eric $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=mime-types
|
||||
pkgver=1.0
|
||||
pkgrel=2
|
||||
pkgdesc="Provides /etc/mime.types"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://www.archlinux.org/"
|
||||
license=('GPL2')
|
||||
backup=('etc/mime.types')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 10010 2008-08-23 07:17:15Z allan $
|
||||
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
|
||||
# Contributor: dorphell <dorphell@archlinux.org>
|
||||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
|
@ -7,7 +6,7 @@ pkgname=minicom
|
|||
pkgver=2.3
|
||||
pkgrel=2
|
||||
pkgdesc="A serial communication program"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
license=('GPL')
|
||||
depends=('bash' 'ncurses')
|
||||
source=(http://alioth.debian.org/frs/download.php/2332/$pkgname-$pkgver.tar.gz)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 49693 2009-08-15 07:34:59Z giovanni $
|
||||
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
|
||||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
|
||||
|
@ -8,7 +7,7 @@ pkgrel=5
|
|||
pkgdesc="A collection of utilities to access MS-DOS disks"
|
||||
url="http://www.gnu.org/software/mtools/"
|
||||
source=(http://ftp.gnu.org/gnu/mtools/${pkgname}-${pkgver}.tar.bz2)
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
license=('GPL')
|
||||
depends=('sh')
|
||||
makedepends=('texinfo' 'libx11' 'libsm')
|
||||
|
@ -27,4 +26,3 @@ build() {
|
|||
make -j 1 prefix=${pkgdir}/usr install
|
||||
install -Dm644 mtools.conf ${pkgdir}/etc/mtools.conf
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=openjpeg
|
||||
|
@ -6,7 +5,7 @@ pkgver=1.3
|
|||
_pkgver=v1_3
|
||||
pkgrel=3
|
||||
pkgdesc="An open source JPEG 2000 codec"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
license=('BSD')
|
||||
url="http://www.openjpeg.org"
|
||||
depends=('glibc')
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 38663 2009-05-09 23:37:50Z jgc $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=pango
|
||||
pkgver=1.24.2
|
||||
pkgrel=1
|
||||
pkgdesc="A library for layout and rendering of text"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
license=('LGPL')
|
||||
depends=('glib2>=2.20.1' 'cairo>=1.8.6' 'libxft>=2.1.13' 'libthai>=0.1.11' 'freetype2>=2.3.9')
|
||||
makedepends=('pkgconfig' 'libxt')
|
||||
|
|
|
@ -1,17 +1,19 @@
|
|||
# $Id: PKGBUILD 37465 2009-05-02 03:54:09Z eric $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: Alexander Baldeck <alexander@archlinux.org>
|
||||
|
||||
pkgname=pixman
|
||||
pkgver=0.14.0
|
||||
pkgrel=2
|
||||
pkgdesc="Pixman library"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org"
|
||||
license=('custom')
|
||||
depends=('glibc')
|
||||
options=('!libtool')
|
||||
source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2 LICENSE)
|
||||
md5sums=('adbaf2372f69971306b76b300b7f501f' '016a47bc8aa70949799f28f4732d1ab3')
|
||||
source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2
|
||||
LICENSE)
|
||||
md5sums=('adbaf2372f69971306b76b300b7f501f'
|
||||
'016a47bc8aa70949799f28f4732d1ab3')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 39812 2009-05-21 13:55:09Z jgc $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=poppler
|
||||
pkgver=0.10.7
|
||||
pkgrel=1
|
||||
pkgdesc="PDF rendering library based on xpdf 3.0"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
license=('GPL')
|
||||
depends=('libjpeg' 'cairo>=1.8.6' 'libxml2>=2.7.3' 'fontconfig>=2.6.0' 'openjpeg>=1.3-3')
|
||||
makedepends=('pkgconfig')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 37915 2009-05-04 17:19:02Z hugo $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 33815 2009-04-04 20:30:42Z jgc $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=shared-mime-info
|
||||
pkgver=0.60
|
||||
pkgrel=1
|
||||
pkgdesc="Freedesktop.org Shared MIME Info"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
license=('GPL')
|
||||
depends=('libxml2>=2.7.3' 'glib2>=2.20.0')
|
||||
makedepends=('perlxml' 'pkgconfig')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 42839 2009-06-18 21:01:49Z tpowa $
|
||||
# Maintainer: Judd Vinet <jvinet@zeroflux.org>
|
||||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
|
||||
|
@ -6,13 +5,14 @@ pkgname=unixodbc
|
|||
pkgver=2.2.14
|
||||
pkgrel=2
|
||||
pkgdesc="ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources"
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
license=('GPL2')
|
||||
url="http://www.unixodbc.org/"
|
||||
backup=('etc/odbc.ini' 'etc/odbcinst.ini')
|
||||
depends=('readline>=6.0')
|
||||
options=('!libtool')
|
||||
source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz)
|
||||
md5sums=('f47c2efb28618ecf5f33319140a7acd0')
|
||||
|
||||
build() {
|
||||
cd $startdir/src/unixODBC-$pkgver
|
||||
|
@ -21,5 +21,3 @@ build() {
|
|||
make DESTDIR=$startdir/pkg install
|
||||
}
|
||||
|
||||
|
||||
md5sums=('f47c2efb28618ecf5f33319140a7acd0')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 37466 2009-05-02 03:57:25Z eric $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: Andrea Scarpino <bash.lnx@gmail.com>
|
||||
|
||||
|
@ -6,14 +5,16 @@ pkgname=xcb-util
|
|||
pkgver=0.3.4
|
||||
pkgrel=2
|
||||
pkgdesc="Utility libraries for XC Binding"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xcb.freedesktop.org"
|
||||
license=('custom')
|
||||
depends=('libxcb>=1.2')
|
||||
makedepends=('gperf')
|
||||
options=('!libtool')
|
||||
source=(http://xcb.freedesktop.org/dist/${pkgname}-${pkgver}.tar.bz2 LICENSE)
|
||||
md5sums=('015314fe5e97d9390024275c6a3699a4' '2672c2e72dedb40f773e989dd622f298')
|
||||
source=(http://xcb.freedesktop.org/dist/${pkgname}-${pkgver}.tar.bz2
|
||||
LICENSE)
|
||||
md5sums=('015314fe5e97d9390024275c6a3699a4'
|
||||
'2672c2e72dedb40f773e989dd622f298')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $Id: PKGBUILD 36413 2009-04-22 05:30:53Z eric $
|
||||
# Maintainer: dorphell <dorphell@archlinux.org>
|
||||
|
||||
pkgname=xplc
|
||||
pkgver=0.3.13
|
||||
pkgrel=2
|
||||
pkgdesc="Cross-Platform Lightweight Components"
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
url="http://xplc.sourceforge.net"
|
||||
license=('LGPL')
|
||||
depends=('gcc-libs')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 51831 2009-09-12 07:50:51Z allan $
|
||||
# Maintainer: dale <dale@archlinux.org>
|
||||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=xqf
|
|||
pkgver=1.0.5
|
||||
pkgrel=3
|
||||
pkgdesc="XQF is a Quake/Quake World/Quake2/Quake3 server browser and launcher for X11"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://www.linuxgames.com/xqf/"
|
||||
license=('GPL')
|
||||
depends=('gtk2' 'qstat' 'geoip')
|
||||
|
|
Loading…
Reference in a new issue