mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
Extra PKGBUILDs
This commit is contained in:
parent
adbcd01478
commit
460f880afd
41 changed files with 77 additions and 105 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 32278 2009-03-30 00:09:20Z thayer $
|
||||
# Contributor: Judd Vinet <jvinet@zeroflux.org>
|
||||
# Maintainer: Thayer Williams <thayer@archlinux.org>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=acpi
|
|||
pkgver=1.4
|
||||
pkgrel=2
|
||||
pkgdesc="Linux ACPI client providing battery, AC power, and thermal readings"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://sourceforge.net/projects/acpiclient"
|
||||
depends=('glibc')
|
||||
source=(http://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz)
|
||||
|
@ -19,4 +18,3 @@ build() {
|
|||
make || return 1
|
||||
make DESTDIR=$pkgdir install || return 1
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 36515 2009-04-24 04:32:29Z thayer $
|
||||
# Contributor: Manolis Tzanidakis
|
||||
# Contributor: Judd Vinet <jvinet@zeroflux.org>
|
||||
# Maintainer: Thayer Williams <thayer@archlinux.org>
|
||||
|
@ -7,7 +6,7 @@ pkgname=acpid
|
|||
pkgver=1.0.10
|
||||
pkgrel=1
|
||||
pkgdesc="A daemon for delivering ACPI power management events"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://acpid.sourceforge.net"
|
||||
license=('GPL')
|
||||
depends=(glibc)
|
||||
|
@ -36,4 +35,3 @@ build() {
|
|||
# set world readable bit on the acpid binary
|
||||
/bin/chmod 755 $pkgdir/usr/sbin/acpid || return 1
|
||||
}
|
||||
|
||||
|
|
|
@ -3,19 +3,19 @@
|
|||
|
||||
pkgname=akonadi
|
||||
pkgver=1.2.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
|
||||
arch=('arm')
|
||||
url='http://www.akonadi-project.org'
|
||||
license=('LGPL')
|
||||
depends=('shared-mime-info' 'boost' 'mysql' 'soprano')
|
||||
depends=('shared-mime-info' 'boost' 'mysql>=5.1.41' 'soprano')
|
||||
makedepends=('pkgconfig' 'cmake' 'automoc4')
|
||||
install='akonadi.install'
|
||||
source=(http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2)
|
||||
install=$pkgname.install
|
||||
source=("http://download.akonadi-project.org/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('f9c1d000844f31c67360078ddf60bec2')
|
||||
|
||||
build() {
|
||||
cd $srcdir
|
||||
cd ${srcdir}
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../${pkgname}-${pkgver} \
|
||||
|
@ -23,6 +23,6 @@ build() {
|
|||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_SKIP_RPATH=ON \
|
||||
-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
|
||||
make
|
||||
make DESTDIR=$pkgdir install
|
||||
make || return 1
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
||||
|
|
11
extra/akonadi/akonadi.install
Normal file
11
extra/akonadi/akonadi.install
Normal file
|
@ -0,0 +1,11 @@
|
|||
post_install() {
|
||||
update-mime-database usr/share/mime &> /dev/null
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 21052 2008-12-09 04:51:05Z eric $
|
||||
# Maintainer: Eric Belanger <eric@archlinux.org>
|
||||
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
|
||||
|
||||
|
@ -6,13 +5,14 @@ pkgname=cowsay
|
|||
pkgver=3.03
|
||||
pkgrel=6
|
||||
pkgdesc="Add speaking and thinking cows (and a few other creatures) to anything"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://www.nog.net/~tony/warez/cowsay.shtml"
|
||||
license=('PerlArtistic' 'GPL')
|
||||
depends=('perl')
|
||||
source=(http://www.nog.net/~tony/warez/${pkgname}-${pkgver}.tar.gz cowsay.patch)
|
||||
md5sums=('b29169797359420dadb998079021a494' '7091f9a6d97006299a1f27a665b638b6')
|
||||
sha1sums=('cc65a9b13295c87df94a58caa8a9176ce5ec4a27' '0da25fd2f80de4d92096c5d1ece2c6dcc05bea75')
|
||||
source=(http://www.nog.net/~tony/warez/${pkgname}-${pkgver}.tar.gz
|
||||
cowsay.patch)
|
||||
md5sums=('b29169797359420dadb998079021a494'
|
||||
'7091f9a6d97006299a1f27a665b638b6')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 36633 2009-04-26 15:34:01Z andrea $
|
||||
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
|
||||
# Contributor: Kevin Piche <kevin@archlinux.org>
|
||||
# Contributor: Manolis Tzanidakis <manolis@archlinux.org>
|
||||
|
@ -7,7 +6,7 @@ pkgname=cpufreqd
|
|||
pkgver=2.3.4
|
||||
pkgrel=1
|
||||
pkgdesc="A small daemon to adjust cpu speed (and indeed voltage)"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://sourceforge.net/projects/cpufreqd"
|
||||
license=('GPL2')
|
||||
depends=('cpufrequtils')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 13320 2008-09-26 16:44:09Z giovanni $
|
||||
# Maintainer: kevin <kevin@archlinux.org>
|
||||
# Contributor: phrakture <aaronmgriffin+gmail+com>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=cpufrequtils
|
|||
pkgver=005
|
||||
pkgrel=2
|
||||
pkgdesc="Userspace tools for the kernel cpufreq subsystem"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html"
|
||||
license=('GPL')
|
||||
depends=('sysfsutils')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 34486 2009-04-09 17:55:31Z douglas $
|
||||
# Maintainer: damir <damir@archlinux.org>
|
||||
# Contributor: Ben <contrasutra@myrealbox.com>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=elinks
|
|||
pkgver=0.11.6
|
||||
pkgrel=1
|
||||
pkgdesc="An advanced and well-established feature-rich text mode web browser."
|
||||
arch=("i686" "x86_64")
|
||||
arch=('arm')
|
||||
url="http://elinks.or.cz"
|
||||
license=('GPL')
|
||||
depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'zlib' 'lua>=5.1.1' 'libidn' 'spidermonkey>=1.7.0')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 53019 2009-09-25 05:00:33Z paul $
|
||||
# Maintainer: eric <eric@archlinux.org>
|
||||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=enscript
|
|||
pkgver=1.6.4
|
||||
pkgrel=4
|
||||
pkgdesc="Convert ASCII files to PostScript suitable for printing"
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
depends=('glibc')
|
||||
license=('GPL2')
|
||||
source=(http://www.iki.fi/mtr/g$pkgname/$pkgname-$pkgver.tar.gz)
|
||||
|
@ -22,4 +21,4 @@ build() {
|
|||
sysconfdir=$startdir/pkg/etc/enscript mandir=$startdir/pkg/usr/share/man \
|
||||
infodir=$startdir/pkg/usr/share/info install || return 1
|
||||
}
|
||||
# vim: ts=2 sw=2 et ft=sh
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 49307 2009-08-06 00:18:51Z giovanni $
|
||||
# Maintainer: Eric Belanger <eric@archlinux.org>
|
||||
# Contributor: riai <riai@bigfoot.com>, Ben <ben@benmazer.net>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=eric
|
|||
pkgver=4.3.6
|
||||
pkgrel=1
|
||||
pkgdesc="A full-featured Python IDE that is written in PyQt4 using the QScintilla2 editor widget"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://eric-ide.python-projects.org/index.html"
|
||||
license=('GPL2')
|
||||
depends=('python-qscintilla')
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 51819 2009-09-12 02:33:35Z allan $
|
||||
# Maintainer: Judd Vinet <jvinet@zeroflux.org>
|
||||
|
||||
pkgname=evms
|
||||
pkgver=2.5.5
|
||||
pkgrel=9
|
||||
pkgdesc="Enterprise Volume Management System"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
license=('GPL')
|
||||
url="http://evms.sourceforge.net/"
|
||||
depends=('device-mapper>=1.02.19' 'e2fsprogs' 'perl' 'ncurses')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 48446 2009-08-02 03:32:13Z eric $
|
||||
# Maintainer: Eric Belanger <eric@archlinux.org>
|
||||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=flac
|
|||
pkgver=1.2.1
|
||||
pkgrel=2
|
||||
pkgdesc="Free Lossless Audio Codec"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://flac.sourceforge.net/"
|
||||
license=('custom:Xiph' 'LGPL' 'GPL' 'FDL')
|
||||
depends=('glibc' 'libogg')
|
||||
|
@ -14,7 +13,6 @@ makedepends=('nasm' 'xmms')
|
|||
options=('!libtool' '!makeflags')
|
||||
source=(http://downloads.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz flac-1.2.1-gcc-4.3-includes.patch)
|
||||
md5sums=('153c8b15a54da428d1f0fadc756c22c7' 'b9d245422bbc547b18a72897366bea77')
|
||||
sha1sums=('bd54354900181b59db3089347cc84ad81e410b38' '7e9f8c2ef4d9daf5ddd20df63b608fe19b8c1560')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
|
@ -1,16 +1,14 @@
|
|||
# $Id: PKGBUILD 33078 2009-04-04 06:57:27Z eric $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=fontsproto
|
||||
pkgver=2.0.2
|
||||
pkgrel=2
|
||||
pkgdesc="X11 font extension wire protocol"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
|
||||
md5sums=('c946f166107b016a21cc7a02e1132724')
|
||||
sha1sums=('1244f63bd90668c7ddc88febbf4a220fd83ea492')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $Id: PKGBUILD 47589 2009-07-24 07:11:02Z vesa $
|
||||
# Maintainer: Vesa Kaihlavirta <vesa@archlinux.org>
|
||||
|
||||
pkgname=ghc
|
||||
pkgver=6.10.4
|
||||
pkgrel=1
|
||||
pkgdesc="The Glasgow Haskell Compiler"
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
url="http://www.haskell.org/ghc/"
|
||||
license=("custom")
|
||||
depends=(gmp)
|
||||
|
@ -30,7 +30,6 @@ build() {
|
|||
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/ghc/license
|
||||
}
|
||||
|
||||
|
||||
md5sums=('167687fa582ef6702aaac24e139ec982'
|
||||
'37ce285617d7cebabc3cf6805bdbca25'
|
||||
'a05681b982aad44cc6770bd021e35b67'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 48448 2009-08-02 04:11:43Z eric $
|
||||
# Maintainer: Eric Belanger <eric@archlinux.org>
|
||||
# Contributor: dorphell <dorphell@archlinux.org>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=glib
|
|||
pkgver=1.2.10
|
||||
pkgrel=8
|
||||
pkgdesc="Common C routines used by Gtk+ and other libs"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://www.gtk.org/"
|
||||
license=('LGPL')
|
||||
depends=('glibc' 'texinfo')
|
||||
|
@ -17,8 +16,6 @@ source=(ftp://ftp.gtk.org/pub/gtk/v1.2/${pkgname}-${pkgver}.tar.gz \
|
|||
aclocal-fixes.patch)
|
||||
md5sums=('6fe30dad87c77b91b632def29dd69ef9' '877b3330e822a4be69a0f8a8c268cfd7'\
|
||||
'e52c4b88427b9785bb8049dbdc9ff6fb')
|
||||
sha1sums=('e5a9361c594608d152d5d9650154c2e3260b87fa' 'a2cc224a66aeffdcac16ebd9e8af18143cf54918'\
|
||||
'ae4438cf56c0c9264ee36f6973fb445f9a820be0')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 41778 2009-06-07 09:53:19Z jgc $
|
||||
# Maintainer: Eric Belanger <eric@archlinux.org>
|
||||
# Contributor: Judd Vinet <jvinet@zeroflux.org>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=gtk
|
|||
pkgver=1.2.10
|
||||
pkgrel=9
|
||||
pkgdesc="The GTK+ toolkit"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://www.gtk.org/"
|
||||
license=('LGPL')
|
||||
depends=('libxi' 'glib' 'sh' 'texinfo')
|
||||
|
@ -16,7 +15,6 @@ install=gtk.install
|
|||
source=(ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-$pkgver.tar.gz
|
||||
aclocal-fixes.patch)
|
||||
md5sums=('4d5cb2fc7fb7830e4af9747a36bfce20' 'c59d4906602d99a7468f7334b6fc3b4e')
|
||||
sha1sums=('a5adcb909257da01ae4d4761e1d41081d06e4d7c' 'b034e33efb85d27f3f3fb082c404e3b6ea79259f')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/gtk+-${pkgver}"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 53219 2009-09-27 05:13:52Z james $
|
||||
# Maintainer: Varun Acharya <varun@archlinux.org>
|
||||
# Contributor: Sebastien Piccand <sebcactus gmail com>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=handbrake
|
|||
pkgver=0.9.3
|
||||
pkgrel=2
|
||||
pkgdesc="HandBrake is a multiplatform, multithreaded DVD to MPEG-4 ripper/converter"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://handbrake.m0k.org/"
|
||||
license=('GPL')
|
||||
depends=()
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 37875 2009-05-04 06:41:22Z vesa $
|
||||
# Maintainer: simo <simo@archlinux.org>
|
||||
# Contributor: Vesa Kaihlavirta <vegai@iki.fi>
|
||||
|
||||
|
@ -7,7 +6,7 @@ pkgver=1.18.4
|
|||
pkgrel=1
|
||||
pkgdesc="The Parser Generator for Haskell"
|
||||
url="http://www.haskell.org/happy/"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
license=("custom:BSD3")
|
||||
depends=(gmp)
|
||||
makedepends=(ghc)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 52417 2009-09-19 06:16:42Z eric $
|
||||
# Maintainer: Eric Belanger <eric@archlinux.org>
|
||||
|
||||
# NOTE: To circumvent linking problems (FS#10574), this package must now be built the following way:
|
||||
|
@ -9,7 +8,7 @@ pkgname=imagemagick
|
|||
pkgver=6.5.6.1
|
||||
pkgrel=1
|
||||
pkgdesc="An image viewing/manipulation program"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://www.imagemagick.org/"
|
||||
license=('custom')
|
||||
depends=('lcms>=1.18-2' 'libwmf>=0.2.8.4-5' 'librsvg' 'libxt' 'gcc-libs' 'ghostscript>=8.64-6' 'openexr>=1.6.1' 'libtool>=2.2' 'heimdal>=1.2.1' 'bzip2' 'libxml2' 'jasper')
|
||||
|
@ -20,8 +19,6 @@ source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkg
|
|||
libpng_mmx_patch_x86_64.patch add_delegate.patch perlmagick.rpath.patch)
|
||||
md5sums=('e74cc971e0e6dbf14e498fceba86a33a' '069980fc2590c02aed86420996259302'\
|
||||
'7f5851c4450b73d52df55c7e806cc316' 'ff9974decbfe9846f8e347239d87e4eb')
|
||||
sha1sums=('73b4125e14f4cce577a7d861c58275cc49b768b3' 'e42f3acbe85b6098af75c5cecc9a254baaa0482c'\
|
||||
'19b40dcbc5bf8efb8ce7190fed17e2921de32ea5' '23405f80904b1de94ebd7bd6fe2a332471b8c283')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $Id: PKGBUILD 38897 2009-05-10 18:14:10Z jgc $
|
||||
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=imake
|
||||
pkgver=1.0.2
|
||||
pkgrel=4
|
||||
pkgdesc="X.Org imake program and related utilities"
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
depends=(glibc)
|
||||
|
|
|
@ -1,24 +1,25 @@
|
|||
# $Id: PKGBUILD 49412 2009-08-07 15:46:57Z pierre $
|
||||
# Maintainer: judd <jvinet@zeroflux.org>
|
||||
|
||||
pkgname=imap
|
||||
pkgver=2007e
|
||||
pkgrel=1
|
||||
pkgdesc="An IMAP/POP server"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
license=('APACHE')
|
||||
url="http://www.washington.edu/imap"
|
||||
depends=('openssl' 'pam')
|
||||
provides=('imap-server' 'pop3-server')
|
||||
conflicts=('courier-mta' 'courier-imap')
|
||||
source=("ftp://ftp.cac.washington.edu/imap/${pkgname}-${pkgver}.tar.gz"
|
||||
'imap' 'ipop2' 'ipop3')
|
||||
source=(ftp://ftp.cac.washington.edu/imap/${pkgname}-${pkgver}.tar.gz
|
||||
imap
|
||||
ipop2
|
||||
ipop3)
|
||||
backup=(etc/xinetd.d/{imap,ipop2,ipop3} etc/ssl/certs/{imapd,ipop3d}.pem)
|
||||
md5sums=('7903800dc2604000016de070e0c55840'
|
||||
'e77dedb80c2fec9bf2ef784ed5f976fb'
|
||||
'cc3eba6453242aa0b1bc8881160b2136'
|
||||
'0a5e27183a9b7e8ec5f6703125371e0a')
|
||||
|
||||
|
||||
build() {
|
||||
# fix Makefile
|
||||
cd $srcdir/$pkgname-$pkgver/src/osdep/unix
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 42962 2009-06-19 05:07:03Z allan $
|
||||
# Maintainer: tobias <tobias@archlinux.net>
|
||||
# Contributor: Robert Emil Berge <robert@rebi.no>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=jack-audio-connection-kit
|
|||
pkgver=0.116.2
|
||||
pkgrel=2
|
||||
pkgdesc="A low-latency audio server"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
license=('GPL2' 'LGPL2')
|
||||
depends=('libsndfile' 'bash')
|
||||
makedepends=('doxygen')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 43318 2009-06-22 10:13:38Z ronald $
|
||||
# Maintainer: Ronald van Haren <ronald.archlinux.org>
|
||||
# Contributor: damir <damir@archlinux.org>
|
||||
# Contributor: Jason Taylor <jftaylor21@gmail.com>
|
||||
|
@ -48,4 +47,3 @@ build() {
|
|||
install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \
|
||||
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 43319 2009-06-22 10:17:26Z ronald $
|
||||
# Maintainer: Ronald van Haren <ronald.archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc.archlinux.org>
|
||||
# Contributor: Eric Johnson <eric.archlinux.org>
|
||||
|
@ -8,7 +7,7 @@ pkgver=1.15
|
|||
pkgrel=1
|
||||
pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications"
|
||||
url="http://www.gnu.org/software/libidn/"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
license=('GPL3' 'LGPL')
|
||||
depends=('glibc' 'texinfo')
|
||||
makedepends=('pkgconfig')
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $Id: PKGBUILD 27500 2009-02-22 09:33:04Z andyrtr $
|
||||
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=libxfont
|
||||
pkgver=1.4.0
|
||||
pkgrel=1
|
||||
pkgdesc="X11 font rasterisation library"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
depends=('libfontenc>=1.0.4' 'freetype2>=2.3.8' 'fontsproto>=2.0.2')
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgname=libxxf86dga
|
|||
pkgver=1.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="X11 Direct Graphics Access extension library"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
depends=('libxext' 'xf86dgaproto>=2.0.3')
|
||||
makedepends=('pkgconfig')
|
||||
|
|
|
@ -6,7 +6,7 @@ pkgrel=1
|
|||
pkgdesc="80x86 assembler designed for portability and modularity"
|
||||
url="http://nasm.sourceforge.net"
|
||||
license=('LGPL')
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
depends=('glibc')
|
||||
source=(http://downloads.sourceforge.net/nasm/nasm-${pkgver}.tar.bz2)
|
||||
md5sums=('da4977f6d9d9b8f00527f2c62109453b')
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $Id: PKGBUILD 43089 2009-06-19 20:23:32Z tpowa $
|
||||
# Maintainer: dorphell <dorphell@archlinux.org>
|
||||
|
||||
pkgname=ntp
|
||||
pkgver=4.2.4p7
|
||||
pkgrel=3
|
||||
pkgdesc="NTP (Network Time Protocol) tries to keep servers in sync"
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
license=('custom')
|
||||
url="http://www.ntp.org/"
|
||||
depends=('openssl>=0.9.8h' 'readline>=6.0.00' 'libcap')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 30687 2009-03-21 10:35:46Z allan $
|
||||
# Maintainer: tobias <tobias@archlinux.org>
|
||||
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 52082 2009-09-15 21:39:29Z francois $
|
||||
# Maintainer: tobias <tobias@archlinux.org>
|
||||
# Contributor: Tobias Kieslich <tobias@justdreams.de>
|
||||
# Contributor: François Charette <francois.archlinux.org>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 52084 2009-09-15 21:54:29Z francois $
|
||||
# Maintainer: tobias <tobias@archlinux.org>
|
||||
# Contributor: Tobias Kieslich <tobias@justdreams.de>
|
||||
# Contributor: François Charette <francois.archlinux.org>
|
||||
|
@ -8,7 +7,7 @@ _srcname=Event
|
|||
pkgver=1.12
|
||||
pkgrel=1
|
||||
pkgdesc="Framework for GUI events"
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
license=('PerlArtistic' 'GPL')
|
||||
url="http://search.cpan.org/dist/${_realname}/"
|
||||
depends=('perl>=5.10.0')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 17322 2008-10-28 12:29:19Z douglas $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: Kritoke <kritoke@gamebox.net>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=pycrypto
|
|||
pkgver=2.0.1
|
||||
pkgrel=3
|
||||
pkgdesc="A collection of cryptographic algorithms and protocols, implemented for use from Python."
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
depends=('python' 'gmp')
|
||||
url="http://www.amk.ca/python/code/crypto.html"
|
||||
license=(GPL)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 54163 2009-10-06 13:29:29Z andrea $
|
||||
# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
# Contributor: Andrea Scarpino <andrea@archlinux.org>
|
||||
# Contributor: riai <riai@bigfoot.com> Ben <ben@benmazer.net>
|
||||
|
@ -8,7 +7,7 @@ pkgver=4.6.0
|
|||
_pkgver=4.6
|
||||
pkgrel=1
|
||||
pkgdesc="A set of Python bindings for the Qt toolkit."
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
url="http://riverbankcomputing.co.uk/software/pyqt/intro"
|
||||
depends=('sip>=4.9.0' 'qscintilla>=2.4.0' 'qt>=4.5.3' 'dbus-python' 'openssl')
|
||||
license=('GPL')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD,v 1.20 2009/01/26 17:07:33 angvp Exp $
|
||||
# Maintainer: Douglas Soares de Andrade <dsa@aur.archlinux.org>
|
||||
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 54237 2009-10-07 12:18:32Z andrea $
|
||||
# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
# Contributor: Eric Belanger <eric@archlinux.org>
|
||||
# Contributor: Michal Krenek <mikos@sg1.cz>
|
||||
|
@ -7,7 +6,7 @@ pkgname=python-qscintilla
|
|||
pkgver=2.4
|
||||
pkgrel=2
|
||||
pkgdesc="Python bindings for QScintilla2"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://www.riverbankcomputing.com"
|
||||
license=('GPL')
|
||||
depends=('pyqt>=4.6.0' 'qscintilla>=2.4')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 54161 2009-10-06 13:27:09Z andrea $
|
||||
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
|
||||
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
# Contributor: riai <riai@bigfoot.com>, Ben <ben@benmazer.net>
|
||||
|
@ -8,7 +7,7 @@ pkgver=4.9.0
|
|||
_pkgver=4.9
|
||||
pkgrel=1
|
||||
pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries."
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
url="http://www.riverbankcomputing.com/software/sip/"
|
||||
license=('custom:"sip"')
|
||||
depends=('python>=2.6.3' 'gcc-libs')
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# $Id: PKGBUILD 36029 2009-04-19 18:23:54Z jgc $
|
||||
# Maintainer: dorphell <dorphell@archlinux.org>
|
||||
|
||||
pkgname=startup-notification
|
||||
pkgver=0.10
|
||||
pkgrel=1
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 23443 2009-01-11 12:13:04Z douglas $
|
||||
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
|
||||
# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=twisted
|
|||
pkgver=8.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="Asynchronous networking framework written in Python."
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://twistedmatrix.com/"
|
||||
license=('MIT')
|
||||
depends=('python' 'pycrypto' 'zope-interface')
|
||||
|
@ -18,4 +17,3 @@ build() {
|
|||
install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
md5sums=('c85f151999df3ecf04c49a781b4438d2')
|
||||
md5sums=('c85f151999df3ecf04c49a781b4438d2')
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $Id: PKGBUILD 36403 2009-04-22 02:31:37Z eric $
|
||||
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=xf86dgaproto
|
||||
pkgver=2.0.3
|
||||
pkgrel=2
|
||||
pkgdesc="X11 Direct Graphics Access extension wire protocol"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $Id: PKGBUILD 36733 2009-04-27 02:47:18Z eric $
|
||||
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=xorg-font-utils
|
||||
pkgver=7.4
|
||||
pkgrel=2
|
||||
pkgdesc="X.Org font utilities"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
depends=('libxfont' 'libfontenc' 'xproto')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
|
||||
# Maintainer: aurelien <aurelien@archlinux.org>
|
||||
# Contributor: Damir <damir@archlinux.org>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=xtermcontrol
|
|||
pkgver=2.9
|
||||
pkgrel=1
|
||||
pkgdesc="Enables dynamic control of XFree86 xterm properties"
|
||||
arch=("i686" "x86_64")
|
||||
arch=('arm')
|
||||
url="http://www.thrysoee.dk/xtermcontrol/"
|
||||
license="GPL"
|
||||
depends=('glibc')
|
||||
|
|
Loading…
Reference in a new issue