mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
links source updated
This commit is contained in:
parent
734e77c73c
commit
5014ea48d5
19 changed files with 36 additions and 226 deletions
|
@ -1,38 +0,0 @@
|
|||
# $Id: PKGBUILD 51290 2009-09-07 06:43:10Z tpowa $
|
||||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
# Contributor: judd <jvinet@zeroflux.org>
|
||||
|
||||
pkgname=lilo
|
||||
pkgver=22.8
|
||||
pkgrel=3
|
||||
pkgdesc="A bootloader for Linux"
|
||||
arch=(i686 x86_64)
|
||||
#url="http://lilo.go.dyndns.org" - seems down
|
||||
url="ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/!INDEX.html"
|
||||
license=('BSD')
|
||||
# While lilo should stay in the base category,
|
||||
# it usually makes no sense if it is installed
|
||||
# with pacman -S base, therefore, don't add
|
||||
# the base group here.
|
||||
#groups=('base')
|
||||
backup=(etc/lilo.conf)
|
||||
depends=(device-mapper coreutils)
|
||||
makedepends=(bin86)
|
||||
install=lilo.install
|
||||
options=(!makeflags)
|
||||
source=(#http://home.san.rr.com/johninsd/pub/linux/lilo/lilo-$pkgver.src.tar.gz
|
||||
ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/lilo-$pkgver.src.tar.gz
|
||||
lilo.conf)
|
||||
md5sums=('72765f2aafd20e23ecf07ebd22baeec7'
|
||||
'a3a4c90bead3f9b8672bd384ff9f8db1')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
LANG=EN_US
|
||||
make all || return 1
|
||||
make ROOT=$pkgdir MAN_DIR=/usr/share/man install
|
||||
mkdir -p $pkgdir/etc
|
||||
cp $startdir/$pkgname.conf $pkgdir/etc/
|
||||
# install license
|
||||
install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/license.txt
|
||||
}
|
|
@ -1,28 +0,0 @@
|
|||
#
|
||||
# /etc/lilo.conf
|
||||
#
|
||||
|
||||
boot=/dev/hda
|
||||
# This line often fixes L40 errors on bootup
|
||||
# disk=/dev/hda bios=0x80
|
||||
|
||||
default=arch
|
||||
timeout=50
|
||||
lba32
|
||||
prompt
|
||||
|
||||
image=/boot/vmlinuz26
|
||||
label=arch
|
||||
root=/dev/hda3
|
||||
initrd=/boot/kernel26.img
|
||||
read-only
|
||||
|
||||
image=/boot/vmlinuz26
|
||||
label=arch-fallback
|
||||
root=/dev/hda3
|
||||
initrd=/boot/kernel26-fallback.img
|
||||
read-only
|
||||
|
||||
#other=/dev/hda1
|
||||
# label=dos
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
# arg 1: the new package version
|
||||
# arg 2: the old package version
|
||||
post_upgrade() {
|
||||
echo
|
||||
echo "If you use the LILO bootloader, you should run 'lilo' after upgrading."
|
||||
echo
|
||||
}
|
|
@ -10,8 +10,8 @@ url="http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/"
|
|||
license=('GPL')
|
||||
depends=('bzip2' 'zlib' 'openssl' 'gpm>=1.20.4')
|
||||
makedepends=('pkgconfig')
|
||||
source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2)
|
||||
md5sums=('bf5b20529a2a811701c5af52b28ebdd4')
|
||||
source=(http://www.sfr-fresh.com/unix/www/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('57ca5bf0cdd0ea23095c349043c99c93')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 31368 2009-03-26 05:01:13Z eric $
|
||||
# Maintainer: damir <damir@archlinux.org>
|
||||
# Contributor: Ben <ben@benmazer.net>
|
||||
|
||||
|
@ -6,13 +5,16 @@ pkgname=3ddesktop
|
|||
pkgver=0.2.9
|
||||
pkgrel=3
|
||||
pkgdesc="a 3d virtual desktop switcher (opengl/mesa)"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://desk3d.sourceforge.net"
|
||||
license=('GPL')
|
||||
depends=('freetype2' 'libxi' 'libxmu' 'imlib2' 'glut')
|
||||
backup=('etc/3ddesktop/3ddesktop.conf')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/desk3d/$pkgname-$pkgver.tar.gz 3ddesktop-0.2.9-gcc4.patch 3ddesktop-0.2.9-missing-include.patch)
|
||||
md5sums=('da1e8b0d2c210a441676bbf663e694ee' '9aac53edbd737f827651470da4e5a7b2'\
|
||||
source=(http://downloads.sourceforge.net/sourceforge/desk3d/$pkgname-$pkgver.tar.gz
|
||||
3ddesktop-0.2.9-gcc4.patch
|
||||
3ddesktop-0.2.9-missing-include.patch)
|
||||
md5sums=('da1e8b0d2c210a441676bbf663e694ee'
|
||||
'9aac53edbd737f827651470da4e5a7b2'
|
||||
'ae911ed543329f63fe50cfbb9021deeb')
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 31037 2009-03-24 05:49:45Z eric $
|
||||
# Maintainer: Eric Belanger <eric@archlinux.org>
|
||||
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=a2ps
|
|||
pkgver=4.14
|
||||
pkgrel=1
|
||||
pkgdesc="a2ps is an Any to PostScript filter"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://www.gnu.org/software/a2ps/"
|
||||
license=('GPL3')
|
||||
depends=('ghostscript' 'psutils' 'imagemagick' 'perl')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 5601 2008-07-18 22:06:17Z jgc $
|
||||
# Maintainer: Thomas Baechler <thomas@archlinux.org>
|
||||
# contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
|
||||
|
||||
|
@ -6,14 +5,15 @@ pkgname=a52dec
|
|||
pkgver=0.7.4
|
||||
pkgrel=4
|
||||
pkgdesc="liba52 is a free library for decoding ATSC A/52 streams."
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
license=('GPL2')
|
||||
depends=('glibc')
|
||||
options=(!libtool)
|
||||
source=(http://liba52.sourceforge.net/files/${pkgname}-${pkgver}.tar.gz
|
||||
a52dec-0.7.4-build.patch)
|
||||
a52dec-0.7.4-build.patch)
|
||||
url="http://liba52.sourceforge.net/"
|
||||
md5sums=('caa9f5bc44232dc8aeea773fea56be80' 'fa16f224a7dceb7613824380abef0052')
|
||||
md5sums=('caa9f5bc44232dc8aeea773fea56be80'
|
||||
'fa16f224a7dceb7613824380abef0052')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# $Id: PKGBUILD 9082 2008-08-17 03:29:36Z allan $
|
||||
# Maintainer: arjan <arjan@archlinux.org>
|
||||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
#
|
||||
|
||||
pkgname=aalib
|
||||
pkgver=1.4rc5
|
||||
pkgrel=6
|
||||
pkgdesc="AAlib is a portable ASCII art GFX library"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://aa-project.sourceforge.net/aalib/"
|
||||
license=('LGPL')
|
||||
depends=('glibc' 'ncurses' 'gpm>=1.20.4' 'libx11')
|
||||
options=('!libtool')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/aa-project/$pkgname-$pkgver.tar.gz
|
||||
aclocal-fixes.patch)
|
||||
md5sums=('9801095c42bba12edebd1902bcf0a990' '863a96a6689aa7ee073ca448bc2f133d')
|
||||
aclocal-fixes.patch)
|
||||
md5sums=('9801095c42bba12edebd1902bcf0a990'
|
||||
'863a96a6689aa7ee073ca448bc2f133d')
|
||||
|
||||
build() {
|
||||
cd $startdir/src/$pkgname-1.4.0
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 47848 2009-07-28 09:26:47Z giovanni $
|
||||
# Contributor: Jochem Kossen <j.kossen@home.nl>
|
||||
# Maintainer: Kevin Piche <kevin@archlinux.org>
|
||||
|
||||
|
@ -8,7 +7,7 @@ pkgrel=2
|
|||
pkgdesc="A frontend command-line utility that grabs tracks off a CD, encodes them to ogg or mp3 format, and tags them, all in one go."
|
||||
depends=('bash' 'cd-discid' 'cdparanoia' 'lame' 'vorbis-tools' 'wget' 'id3' 'id3v2')
|
||||
backup=(etc/$pkgname.conf)
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://code.google.com/p/abcde"
|
||||
license=('GPL')
|
||||
source=()
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 44524 2009-07-02 15:54:40Z giovanni $
|
||||
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
|
||||
|
||||
pkgname=abiword-plugins
|
||||
pkgver=2.6.8
|
||||
pkgrel=7
|
||||
pkgdesc="Various plugins for Abiword"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
license=('GPL')
|
||||
url="http://www.abisource.com"
|
||||
options=('!libtool' '!makeflags')
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 40670 2009-05-29 16:09:22Z giovanni $
|
||||
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
|
||||
|
||||
pkgname=abiword
|
||||
pkgver=2.6.8
|
||||
pkgrel=2
|
||||
pkgdesc="A fully-featured word processor"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
license=('GPL')
|
||||
url="http://www.abisource.com"
|
||||
depends=('fribidi>=0.10.9' 'enchant>=1.3.0' 'libgnomeprintui'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 42696 2009-06-18 16:23:53Z aaron $
|
||||
# Contributor: damir <damir@archlinux.org>
|
||||
# Maintainer: Thayer Williams <thayer@archlinux.org>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=abook
|
|||
pkgver=0.6.0pre2
|
||||
pkgrel=2
|
||||
pkgdesc="A text-based addressbook designed for use with mutt"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://abook.sourceforge.net"
|
||||
license=('GPL2')
|
||||
depends=('readline')
|
||||
|
@ -21,4 +20,3 @@ build() {
|
|||
install -d ${pkgdir}/usr/share || return 1
|
||||
mv ${pkgdir}/usr/man ${pkgdir}/usr/share || return 1
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 35289 2009-04-11 21:31:51Z douglas $
|
||||
# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
|
||||
pkgname=zope-interface
|
||||
|
@ -6,10 +5,11 @@ pkgver=3.5.1
|
|||
pkgrel=1
|
||||
pkgdesc="Separate distribution of the zope.interface package used in Zope 3."
|
||||
license=('ZPL')
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
url="http://www.zope.org/Products/ZopeInterface/"
|
||||
depends=('python')
|
||||
source=(http://pypi.python.org/packages/source/z/zope.interface/zope.interface-$pkgver.tar.gz)
|
||||
md5sums=('685fc532550abb07cca6190c9cd2b901')
|
||||
|
||||
build() {
|
||||
cd $startdir/src/zope.interface-$pkgver
|
||||
|
@ -17,4 +17,3 @@ build() {
|
|||
# Blabla.
|
||||
rm $startdir/pkg/usr/lib/python2.6/site-packages/zope/interface/README*.txt
|
||||
}
|
||||
md5sums=('685fc532550abb07cca6190c9cd2b901')
|
||||
|
|
|
@ -1,41 +1,40 @@
|
|||
# $Id: PKGBUILD 51619 2009-09-09 23:01:10Z giovanni $
|
||||
# Maintainer: Jeff 'codemac' Mickey <jeff@archlinux.org>
|
||||
# Maintainer: aurelien <aurelien@archlinux.org>
|
||||
# Contributor: Jochem Kossen <j.kossen@home.nl>
|
||||
|
||||
pkgname=zsh
|
||||
pkgver=4.3.10
|
||||
pkgrel=2
|
||||
pkgdesc="A very advanced and programmable command interpreter (shell) for UNIX"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://www.zsh.org/"
|
||||
license=('custom')
|
||||
depends=('ncurses' 'pcre')
|
||||
install=zsh.install
|
||||
source=(ftp://ftp.zsh.org/pub/$pkgname-$pkgver.tar.bz2)
|
||||
md5sums=('74c5b275544400082a1cde806c98682a')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
./configure --prefix=/usr \
|
||||
--bindir=/bin \
|
||||
--enable-etcdir=/etc/zsh \
|
||||
--enable-zshenv=/etc/zsh/zshenv \
|
||||
--enable-zshenv=/etc/zsh/zshenv \
|
||||
--enable-zlogin=/etc/zsh/zlogin \
|
||||
--enable-zlogout=/etc/zsh/zlogout \
|
||||
--enable-zprofile=/etc/profile \
|
||||
--enable-zshrc=/etc/zsh/zshrc \
|
||||
--enable-maildir-support \
|
||||
--with-term-lib="ncursesw" \
|
||||
--enable-multibyte \
|
||||
--enable-function-subdirs \
|
||||
--enable-zsh-mem \
|
||||
--with-tcsetpgrp \
|
||||
--with-term-lib="ncursesw" \
|
||||
--enable-multibyte \
|
||||
--enable-function-subdirs \
|
||||
--enable-zsh-mem \
|
||||
--with-tcsetpgrp \
|
||||
--enable-pcre \
|
||||
--enable-zsh-secure-free \
|
||||
--disable-gdbm
|
||||
--disable-gdbm
|
||||
make || return 1
|
||||
make DESTDIR="$pkgdir/" install
|
||||
|
||||
install -D -m644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
||||
|
||||
md5sums=('74c5b275544400082a1cde806c98682a')
|
||||
|
|
|
@ -1,35 +0,0 @@
|
|||
# $Id: PKGBUILD 28154 2009-02-28 01:17:52Z hugo $
|
||||
# Maintainer: Hugo Doria <hugo@archlinux.org>
|
||||
# Contributor: Aurelien Foret <orelien@chez.com>
|
||||
|
||||
pkgname=zsnes
|
||||
pkgver=1.51
|
||||
pkgrel=6
|
||||
pkgdesc="Super Nintendo emulator"
|
||||
arch=('i686')
|
||||
license=('GPL')
|
||||
depends=('gcc-libs' 'glibc' 'sdl' 'libpng' 'libgl' 'ncurses' 'mesa')
|
||||
makedepends=('nasm' 'gcc')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/zsnes/zsnes151src.tar.bz2 zsnes.patch zsnes.desktop zsnes_icon.png)
|
||||
url="http://www.zsnes.com/"
|
||||
md5sums=('7071186bf80632ae88a153239498d8c9' '4df831b3d87a35949bcf3fd5547decb1' 'b100b2aa342c551167d7c5dcdcde9dd4' 'b5260c02adfc3b7ff725041214b00bfd')
|
||||
|
||||
build() {
|
||||
cd ${startdir}/src/${pkgname}_1_51/
|
||||
patch -p1 -i ../zsnes.patch
|
||||
|
||||
cd ${startdir}/src/${pkgname}_1_51/src
|
||||
./autogen.sh --prefix=/usr x_libraries=/usr/lib force_arch=i686 \
|
||||
--enable-release
|
||||
|
||||
make || return 1
|
||||
make DESTDIR=${startdir}/pkg install
|
||||
|
||||
# adding --mandir= to autoconf line fails
|
||||
install -dm755 ${pkgdir}/usr/share
|
||||
|
||||
install -Dm644 ${srcdir}/zsnes.desktop ${pkgdir}/usr/share/applications/zsnes.desktop
|
||||
install -Dm644 ${srcdir}/zsnes_icon.png ${pkgdir}/usr/share/pixmaps/zsnes_icon.png
|
||||
|
||||
mv ${pkgdir}/usr/man ${pkgdir}/usr/share
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Name=Zsnes
|
||||
Comment=Super Nintendo emulator
|
||||
Exec=/usr/bin/zsnes
|
||||
Icon=/usr/share/pixmaps/zsnes_icon.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Game
|
||||
StartupNotify=false
|
|
@ -1,67 +0,0 @@
|
|||
diff -cr zsnes_1_51/src/parsegen.cpp zsnes_1_51-patched/src/parsegen.cpp
|
||||
*** zsnes_1_51/src/parsegen.cpp 2007-10-31 01:30:26.000000000 -0300
|
||||
--- zsnes_1_51-patched/src/parsegen.cpp 2008-07-13 18:28:53.000000000 -0300
|
||||
***************
|
||||
*** 19,24 ****
|
||||
--- 19,27 ----
|
||||
Config file handler creator by Nach (C) 2005-2007
|
||||
*/
|
||||
|
||||
+ #include <cstring>
|
||||
+ #include <cstdlib>
|
||||
+
|
||||
#if !defined(__GNUC__) && !defined(_MSC_VER)
|
||||
#error You are using an unsupported compiler
|
||||
#endif
|
||||
***************
|
||||
*** 1822,1828 ****
|
||||
}
|
||||
}
|
||||
|
||||
! int main(size_t argc, const char *const *const argv)
|
||||
{
|
||||
const char *cheader_file = 0;
|
||||
bool compile = false;
|
||||
--- 1825,1831 ----
|
||||
}
|
||||
}
|
||||
|
||||
! int main(int argc, const char *const *const argv)
|
||||
{
|
||||
const char *cheader_file = 0;
|
||||
bool compile = false;
|
||||
diff -cr zsnes_1_51/src/tools/depbuild.cpp zsnes_1_51-patched/src/tools/depbuild.cpp
|
||||
*** zsnes_1_51/src/tools/depbuild.cpp 2006-12-27 08:04:05.000000000 -0300
|
||||
--- zsnes_1_51-patched/src/tools/depbuild.cpp 2008-07-13 18:30:46.000000000 -0300
|
||||
***************
|
||||
*** 183,189 ****
|
||||
}
|
||||
}
|
||||
|
||||
! int main(size_t argc, const char *const *const argv)
|
||||
{
|
||||
if (argc < 5)
|
||||
{
|
||||
--- 183,189 ----
|
||||
}
|
||||
}
|
||||
|
||||
! int main(int argc, const char *const *const argv)
|
||||
{
|
||||
if (argc < 5)
|
||||
{
|
||||
diff -cr zsnes_1_51/src/tools/strutil.h zsnes_1_51-patched/src/tools/strutil.h
|
||||
*** zsnes_1_51/src/tools/strutil.h 2006-12-27 08:04:05.000000000 -0300
|
||||
--- zsnes_1_51-patched/src/tools/strutil.h 2008-07-13 18:30:27.000000000 -0300
|
||||
***************
|
||||
*** 15,20 ****
|
||||
--- 15,23 ----
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
+ #include <cstring>
|
||||
+ #include <cstdlib>
|
||||
+
|
||||
/*
|
||||
This is part of a toolkit used to assist in ZSNES development
|
||||
*/
|
Binary file not shown.
Before Width: | Height: | Size: 7.1 KiB |
|
@ -1,12 +1,12 @@
|
|||
# $Id: PKGBUILD 49740 2009-08-15 14:38:02Z jgc $
|
||||
# Maintainer: Alexander Baldeck <alexander@archlinux.org>
|
||||
# Contributor: dorphell <dorphell@archlinux.org>
|
||||
|
||||
pkgname=zvbi
|
||||
pkgver=0.2.33
|
||||
pkgrel=1
|
||||
pkgdesc="VBI capture and decoding library"
|
||||
url="http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome"
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
depends=('libpng' 'libx11')
|
||||
license=('GPL')
|
||||
options=('!libtool')
|
||||
|
|
Loading…
Reference in a new issue