mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Lots of weekend extra PKGBUILDs and core updates
This commit is contained in:
parent
bc315ccdc9
commit
b50826a1a2
37 changed files with 187 additions and 336 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@openpogo.com>
|
||||
|
||||
pkgname=ca-certificates
|
||||
pkgver=20090709
|
||||
pkgver=20090814
|
||||
pkgrel=1
|
||||
pkgdesc='Common CA certificates'
|
||||
arch=('arm')
|
||||
|
@ -11,8 +11,8 @@ depends=('bash' 'run-parts' 'openssl' 'findutils' 'coreutils' 'sed')
|
|||
makedepends=('ruby')
|
||||
install=ca-certificates.install
|
||||
backup=('etc/ca-certificates.conf')
|
||||
source=(http://ftp.debian.org/debian/pool/main/c/$pkgname/$pkgname_$pkgver.tar.gz)
|
||||
md5sums=('55ba562c19fc388cdc14cb560a828627')
|
||||
source=(https://launchpad.net/ubuntu/karmic/+source/ca-certificates/20090814/+files/ca-certificates_20090814.tar.gz)
|
||||
md5sums=('307052c985bec7f9a00eb84293eef779')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# $Id: PKGBUILD 930 2008-04-24 22:14:40Z jgc $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: William Rea <sillywilly@gmail.com>
|
||||
|
||||
pkgname=libnl
|
||||
pkgver=1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Library for applications dealing with netlink sockets"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://people.suug.ch/~tgr/libnl"
|
||||
license=('GPL')
|
||||
depends=('glibc')
|
||||
source=(http://people.suug.ch/~tgr/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
|
||||
source=(http://downloads.openwrt.org/sources/libnl-1.1.tar.gz)
|
||||
md5sums=('ae970ccd9144e132b68664f98e7ceeb1')
|
||||
|
||||
build() {
|
||||
|
|
|
@ -9,6 +9,7 @@ license=('GPL')
|
|||
url="http://www.cse.unsw.edu.au/~neilb/source/mdadm/"
|
||||
groups=('base')
|
||||
depends=('glibc')
|
||||
makedepends=('groff')
|
||||
backup=('etc/mdadm.conf')
|
||||
source=(ftp://ftp.kernel.org/pub/linux/utils/raid/mdadm/mdadm-$pkgver.tar.bz2
|
||||
mdadm
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
#$Id: PKGBUILD 48175 2009-07-31 21:11:57Z tpowa $
|
||||
#Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
|
||||
pkgname=ndiswrapper-utils
|
||||
pkgver=1.55
|
||||
pkgrel=1
|
||||
pkgdesc="Binaries for ndiswrapper module"
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
license=('GPL')
|
||||
url="http://ndiswrapper.sourceforge.net"
|
||||
depends=(wireless_tools glibc)
|
||||
|
@ -24,4 +23,3 @@ build()
|
|||
make || return 1
|
||||
make DESTDIR=$startdir/pkg install
|
||||
}
|
||||
|
||||
|
|
|
@ -1,64 +1,63 @@
|
|||
# Maintainer: Krzysztof "hiciu" Warzecha <kwarzecha7@gmail.com>
|
||||
|
||||
#
|
||||
# Why checksums are missing? Or "bsdtar: Unrecognized archive format":
|
||||
# bsdtar can't handle this archive, I don't know why. You need to re-gzip it.
|
||||
# execute `gzip -d openssh-5.2p1.tar.gz; gzip openssh-5.2p1.tar` and everything should work.
|
||||
#
|
||||
# Maintainer: Aaron Griffin <aaron@archlinux.org>
|
||||
# Contributor: judd <jvinet@zeroflux.org>
|
||||
|
||||
pkgname=openssh
|
||||
pkgver=5.2p1
|
||||
pkgrel=2
|
||||
pkgver=5.3p1
|
||||
pkgrel=1
|
||||
#_gsskexver=20080404
|
||||
pkgdesc='A Secure SHell server/client'
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
license=('custom')
|
||||
groups=('base')
|
||||
url="http://www.openssh.org/portable.html"
|
||||
backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
|
||||
depends=('openssl>=0.9.8g' 'zlib' 'pam' 'tcp_wrappers' 'heimdal>=1.2-1')
|
||||
depends=('openssl>=0.9.8k' 'zlib' 'pam' 'tcp_wrappers' 'heimdal>=1.2.1')
|
||||
source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$pkgver.tar.gz
|
||||
sshd sshd.confd sshd.pam)
|
||||
sshd
|
||||
sshd.confd
|
||||
sshd.pam)
|
||||
md5sums=('fc4389fb090deb2a52a3b0da5cba4d80'
|
||||
'd9ee5e0a0d143689b3d6f11454a2a892'
|
||||
'e2cea70ac13af7e63d40eb04415eacd5'
|
||||
'1c7c2ea8734ec7e3ca58d820634dc73a')
|
||||
|
||||
build() {
|
||||
cd $startdir/src/$pkgname-$pkgver
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
#patch -up0 < $srcdir/$pkgname-$pkgver-gsskex-$_gsskexver.patch
|
||||
|
||||
#NOTE we disable-strip so that makepkg can decide whether to strip or not
|
||||
./configure --prefix=/usr --libexecdir=/usr/lib/ssh \
|
||||
--sysconfdir=/etc/ssh --with-tcp-wrappers --with-privsep-user=nobody \
|
||||
--with-md5-passwords --with-pam --with-mantype=man --mandir=/usr/man \
|
||||
--with-xauth=/usr/bin/xauth --with-kerberos5=/usr --disable-strip
|
||||
--with-md5-passwords --with-pam --with-mantype=man --mandir=/usr/share/man \
|
||||
--with-xauth=/usr/bin/xauth --with-kerberos5=/usr --with-ssl-engine \
|
||||
--disable-strip
|
||||
make || return 1
|
||||
make DESTDIR=$startdir/pkg install
|
||||
make DESTDIR=$pkgdir install
|
||||
|
||||
#What is this for? Is it needed?
|
||||
mkdir -p $startdir/pkg/var/empty
|
||||
install -Dm755 $srcdir/sshd $pkgdir/etc/rc.d/sshd
|
||||
|
||||
install -D -m755 $startdir/src/sshd $startdir/pkg/etc/rc.d/sshd
|
||||
install -Dm644 LICENCE $pkgdir/usr/share/licenses/$pkgname/LICENCE
|
||||
install -Dm644 $srcdir/sshd.pam $pkgdir/etc/pam.d/sshd
|
||||
install -Dm644 $srcdir/sshd.confd $pkgdir/etc/conf.d/sshd
|
||||
|
||||
install -D -m644 LICENCE $startdir/pkg/usr/share/licenses/$pkgname/LICENCE
|
||||
install -D -m644 $startdir/src/sshd.pam $startdir/pkg/etc/pam.d/sshd
|
||||
install -D -m644 $startdir/src/sshd.confd $startdir/pkg/etc/conf.d/sshd
|
||||
|
||||
rm $startdir/pkg/usr/man/man1/slogin.1
|
||||
ln -sf ssh.1.gz $startdir/pkg/usr/man/man1/slogin.1.gz
|
||||
rm $pkgdir/usr/share/man/man1/slogin.1
|
||||
ln -sf ssh.1.gz $pkgdir/usr/share/man/man1/slogin.1.gz
|
||||
|
||||
#additional contrib scripts that we like
|
||||
install -D -m755 contrib/findssl.sh $startdir/pkg/usr/bin/findssl.sh
|
||||
install -D -m755 contrib/ssh-copy-id $startdir/pkg/usr/bin/ssh-copy-id
|
||||
install -D -m644 contrib/ssh-copy-id.1 $startdir/pkg/usr/man/man1/ssh-copy-id.1
|
||||
install -Dm755 contrib/findssl.sh $pkgdir/usr/bin/findssl.sh
|
||||
install -Dm755 contrib/ssh-copy-id $pkgdir/usr/bin/ssh-copy-id
|
||||
install -Dm644 contrib/ssh-copy-id.1 $pkgdir/usr/share/man/man1/ssh-copy-id.1
|
||||
|
||||
# sshd_config
|
||||
sed -i \
|
||||
-e 's|^#ListenAddress 0.0.0.0|ListenAddress 0.0.0.0|g' \
|
||||
-e 's|^#UsePAM no|UsePAM yes|g' \
|
||||
-e 's|^#ChallengeResponseAuthentication yes|ChallengeResponseAuthentication no|g' \
|
||||
$startdir/pkg/etc/ssh/sshd_config
|
||||
echo "HashKnownHosts yes" >> $startdir/pkg/etc/ssh/ssh_config
|
||||
echo "StrictHostKeyChecking ask" >> $startdir/pkg/etc/ssh/ssh_config
|
||||
$pkgdir/etc/ssh/sshd_config
|
||||
echo "HashKnownHosts yes" >> $pkgdir/etc/ssh/ssh_config
|
||||
echo "StrictHostKeyChecking ask" >> $pkgdir/etc/ssh/ssh_config
|
||||
|
||||
#ssh_config
|
||||
sed -i \
|
||||
-e 's|^# Host \*|Host *|g' \
|
||||
$startdir/pkg/etc/ssh/ssh_config
|
||||
|
||||
$pkgdir/etc/ssh/ssh_config
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=pacman
|
||||
pkgver=3.3.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A library-based package manager with dependency support"
|
||||
arch=('arm')
|
||||
url="http://www.archlinux.org/pacman/"
|
||||
|
@ -14,10 +14,11 @@ optdepends=('fakeroot: for makepkg usage as normal user'
|
|||
backup=(etc/pacman.conf etc/makepkg.conf)
|
||||
options=(!libtool)
|
||||
source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz
|
||||
pacman.conf makepkg.conf)
|
||||
pacman.conf
|
||||
makepkg.conf)
|
||||
md5sums=('945b95633cc7340efb4d4564b463c6b1'
|
||||
'c4a4a737fe9839a1d86351c3b7b80ba5'
|
||||
'bd55e52adf11eb4f6459b9a1bb8aff36')
|
||||
'd3ace25ac125483662852cdf89d54ac5')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/pacman-$pkgver"
|
||||
|
|
|
@ -29,8 +29,8 @@ CHOST="arm-none-linux-gnueabi"
|
|||
#-- Exclusive: will only run on -march=x86-64
|
||||
# -march (or -mcpu) builds exclusively for an architecture
|
||||
# -mtune optimizes for an architecture, but builds for whole processor family
|
||||
CFLAGS="-march=armv4t -msoft-float -O2 -pipe"
|
||||
CXXFLAGS="-march=armv4t -msoft-float -O2 -pipe"
|
||||
CFLAGS="-march=armv5te -O2 -pipe"
|
||||
CXXFLAGS="-march=armv5te -O2 -pipe"
|
||||
#-- Make Flags: change this for DistCC/SMP systems
|
||||
MAKEFLAGS="-j2"
|
||||
|
||||
|
|
|
@ -1,34 +1,60 @@
|
|||
# Maintainer: Alexander Foremny <alexanderforemny@gmail.com>
|
||||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
# Contributor: judd <jvinet@zeroflux.org>
|
||||
|
||||
pkgname=readline
|
||||
pkgver=6.0
|
||||
pkgrel=2
|
||||
_patchlevel=004 #prepare for some patches
|
||||
pkgver=6.0.$_patchlevel
|
||||
pkgrel=1
|
||||
pkgdesc="GNU readline library"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://tiswww.case.edu/php/chet/readline/rltop.html"
|
||||
license=('GPL')
|
||||
groups=('base')
|
||||
depends=('glibc' 'ncurses')
|
||||
backup=("etc/inputrc")
|
||||
source=( http://www.sfr-fresh.com/unix/misc/readline-${pkgver}.tar.gz
|
||||
inputrc)
|
||||
source=(http://ftp.gnu.org/gnu/readline/readline-6.0.tar.gz
|
||||
inputrc)
|
||||
if [ $_patchlevel -gt 00 ]; then
|
||||
for p in $(seq -w 01 $_patchlevel); do
|
||||
source=(${source[@]} http://ftp.gnu.org/gnu/readline/readline-6.0-patches/readline60-$p)
|
||||
done
|
||||
fi
|
||||
md5sums=('b7f65a48add447693be6e86f04a63019'
|
||||
'e5fc955f56d9fa5beb871f3279b8fa8b')
|
||||
'e5fc955f56d9fa5beb871f3279b8fa8b'
|
||||
'85c01ea031ad38a179053c67186bafed'
|
||||
'4fad2a4ce987e3101229d0c8dfb0cd80'
|
||||
'80967f663864983a889af2eb53aea177'
|
||||
'dd5dd5ff7f7229714bf1c2e274ad2ae9')
|
||||
|
||||
build() {
|
||||
cd $srcdir/readline-${pkgver}
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/share/man --infodir=/usr/share/info || return 1
|
||||
cd ${srcdir}/${pkgname}-6.0
|
||||
for p in ../readline60-*; do
|
||||
[ -e "$p" ] || continue
|
||||
msg "applying patch ${p}"
|
||||
patch -Np0 -i ${p} || return 1
|
||||
done
|
||||
|
||||
# Remove RPATH from shared objects (FS#14366)
|
||||
sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
|
||||
|
||||
# build with -fPIC for x86_64 (FS#15634)
|
||||
[ $CARCH == "x86_64" ] && CFLAGS="$CFLAGS -fPIC"
|
||||
|
||||
./configure --prefix=/usr --libdir=/lib \
|
||||
--mandir=/usr/share/man --infodir=/usr/share/info
|
||||
make SHLIB_LIBS=-lncurses || return 1
|
||||
make DESTDIR=${startdir}/pkg install || return 1
|
||||
make DESTDIR=${pkgdir} install || return 1
|
||||
|
||||
mkdir -p ${startdir}/pkg/etc
|
||||
install -m644 ../inputrc ${startdir}/pkg/etc/inputrc || return 1
|
||||
mkdir -p ${pkgdir}/etc
|
||||
install -m644 ../inputrc ${pkgdir}/etc/inputrc || return 1
|
||||
#FHS recommends only shared libs in /lib
|
||||
mkdir -p $pkgdir/usr/lib
|
||||
mv $pkgdir/lib/*.a $pkgdir/usr/lib
|
||||
|
||||
cd ${startdir}/pkg
|
||||
mkdir -pv lib
|
||||
mv -v usr/lib/lib{readline,history}.so.6* lib/ || return 1
|
||||
ln -svf ../../lib/libreadline.so.5 usr/lib/libreadline.so || return 1
|
||||
ln -svf ../../lib/libhistory.so.5 usr/lib/libhistory.so || return 1
|
||||
# to make the linker find the shared lib and fix compile issues
|
||||
cd ${pkgdir}/usr/lib
|
||||
ln -sv /lib/libreadline.so .
|
||||
ln -sv /lib/libhistory.so .
|
||||
|
||||
rm -f ${pkgdir}/usr/share/info/dir
|
||||
}
|
||||
|
||||
|
|
|
@ -10,8 +10,14 @@ url="http://samba.anu.edu.au/rsync/"
|
|||
license=('GPL3')
|
||||
depends=('acl')
|
||||
backup=('etc/rsyncd.conf' 'etc/xinetd.d/rsync')
|
||||
source=(http://rsync.samba.org/ftp/rsync/${pkgname}-${pkgver}.tar.gz \
|
||||
rsyncd.conf rsyncd rsync.xinetd)
|
||||
source=(http://rsync.samba.org/ftp/rsync/${pkgname}-${pkgver}.tar.gz
|
||||
rsyncd.conf
|
||||
rsyncd
|
||||
rsync.xinetd)
|
||||
md5sums=('e9865d093a18e4668b9d31b635dc8e99'
|
||||
'4395c0591638349b1a7aeaaa4da1f03a'
|
||||
'9de4d03d49f4b5c73ffd67d452716a49'
|
||||
'ea3e9277dc908bc51f9eddc0f6b935c1')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/rsync-${pkgver}
|
||||
|
@ -26,4 +32,3 @@ build() {
|
|||
install -D -m 644 ../rsyncd.conf ${pkgdir}/etc/rsyncd.conf || return 1
|
||||
install -D -m 644 ../rsync.xinetd ${pkgdir}/etc/xinetd.d/rsync || return 1
|
||||
}
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ arch=('arm')
|
|||
url='http://packages.qa.debian.org/d/debianutils.html'
|
||||
license=('GPL')
|
||||
depends=('glibc')
|
||||
source=("http://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_${pkgver}.tar.gz")
|
||||
source=(ftp://ftp.prz.rzeszow.pl/pub/gentoo/source/distfiles/debianutils_3.1.3.tar.gz)
|
||||
md5sums=('42c759ff41851313bb0b9c419598c04c')
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,19 +1,21 @@
|
|||
# Maintainer: Krzysztof "hiciu" Warzecha <kwarzecha7@gmail.com>
|
||||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
|
||||
pkgname=sqlite3
|
||||
pkgver=3.6.13
|
||||
pkgver=3.6.20
|
||||
pkgrel=1
|
||||
pkgdesc="A C library that implements an SQL database engine"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
license=('custom')
|
||||
url="http://www.sqlite.org/"
|
||||
depends=('readline')
|
||||
depends=('readline>=6.0.00')
|
||||
makedepends=('tcl')
|
||||
conflicts=('sqlite')
|
||||
replaces=('sqlite')
|
||||
source=(http://www.sqlite.org/sqlite-$pkgver.tar.gz
|
||||
license.txt)
|
||||
options=(!libtool)
|
||||
md5sums=('652a01797e7538811e4997a5847bc026'
|
||||
md5sums=('0faf8fc8ccff5297513c6532b2b4ce23'
|
||||
'c1cdbc5544034d9012e421e75a5e4890')
|
||||
|
||||
build() {
|
||||
|
@ -26,6 +28,11 @@ build() {
|
|||
--enable-cross-thread-connections \
|
||||
--disable-static \
|
||||
--enable-load-extension || return 1
|
||||
|
||||
# rpath removal
|
||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
|
||||
make || return 1
|
||||
make DESTDIR=${pkgdir} install || return 1
|
||||
install -Dm0644 sqlite3.1 ${pkgdir}/usr/share/man/man1/sqlite3.1
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
|
||||
pkgname=tzdata
|
||||
pkgver=2009g
|
||||
pkgver=2009q
|
||||
pkgrel=1
|
||||
_tzcode=2009e
|
||||
_tzdata=2009g
|
||||
_tzcode=2009q
|
||||
_tzdata=2009q
|
||||
pkgdesc="Sources for time zone and daylight saving time data"
|
||||
arch=('arm')
|
||||
url="http://www.twinsun.com/tz/tz-link.htm"
|
||||
|
@ -14,11 +14,11 @@ groups=('base')
|
|||
depends=()
|
||||
makedepends=()
|
||||
options=('!emptydirs')
|
||||
source=(ftp://elsie.nci.nih.gov/pub/tzcode${_tzcode}.tar.gz \
|
||||
ftp://elsie.nci.nih.gov/pub/${pkgname}${_tzdata}.tar.gz \
|
||||
source=(ftp://elsie.nci.nih.gov/pub/tzcode${_tzcode}.tar.gz
|
||||
ftp://elsie.nci.nih.gov/pub/${pkgname}${_tzdata}.tar.gz
|
||||
Makefile.patch)
|
||||
md5sums=('329c3ff06919193c55a293a73a8c618f'
|
||||
'9f39846150469ef3badfd5e93f35b512'
|
||||
md5sums=('a929027773ea47145bbf2d41ddb6d9aa'
|
||||
'0eab5db205ef58d921fee18c17bfa491'
|
||||
'a64ed97d1fc03c66ee8612c0d9f40507')
|
||||
|
||||
build() {
|
||||
|
|
|
@ -11,6 +11,7 @@ md5sums=('cd4788ea1c6ac4f9b100b888a1063a6b')
|
|||
|
||||
build() {
|
||||
cd $srcdir/u-boot-2009.08
|
||||
cp -R /usr/include/* ./*
|
||||
touch include/config.{h,mk}
|
||||
make tools
|
||||
install -Dm755 tools/mkimage $pkgdir/usr/bin/
|
||||
|
|
|
@ -10,7 +10,7 @@ arch=(i686 x86_64 arm)
|
|||
groups=('base')
|
||||
depends=('bash' 'ncurses>=5.7' 'zlib')
|
||||
replaces=('linux32' 'util-linux')
|
||||
conflicts=('linux32' 'util-linux' 'e2fsprogs<1.41.8-2')
|
||||
conflicts=('linux32' 'util-linux')
|
||||
provides=('linux32' 'util-linux')
|
||||
license=('GPL2')
|
||||
options=('!libtool')
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Paul Mattal <paul@archlinux.org>
|
||||
|
||||
pkgname=xfsprogs
|
||||
pkgver=3.0.1
|
||||
pkgrel=2
|
||||
pkgver=3.0.5
|
||||
pkgrel=1
|
||||
pkgdesc="XFS filesystem utilities"
|
||||
arch=('arm')
|
||||
license=('LGPL')
|
||||
|
@ -11,11 +11,11 @@ groups=('base')
|
|||
depends=('util-linux-ng>=2.16')
|
||||
options=('!makeflags' '!libtool')
|
||||
source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-${pkgver}.tar.gz)
|
||||
md5sums=('d7f879a21692d4f7abc16a20479b0829')
|
||||
md5sums=('d2f981b1ae9348405a331b4c33a08cab')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
export OPTIMIZER="-march=${CARCH/_/-} -O1"
|
||||
export OPTIMIZER="-march=armv5te -O1"
|
||||
export DEBUG=-DNDEBUG
|
||||
make || return 1
|
||||
make DIST_ROOT="${pkgdir}" install install-dev || return 1
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgname=esound
|
|||
pkgver=0.2.41
|
||||
pkgrel=1
|
||||
pkgdesc="Enlightened Sound Daemon"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
license=('LGPL')
|
||||
depends=('audiofile' 'tcp_wrappers' 'alsa-lib>=1.0.18')
|
||||
url="http://www.tux.org/~ricdude/EsounD.html"
|
||||
|
|
|
@ -10,17 +10,17 @@ url="http://freetype.sourceforge.net"
|
|||
depends=('zlib')
|
||||
options=('!libtool')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
|
||||
bytecode.patch
|
||||
freetype-2.3.0-enable-spr.patch
|
||||
freetype-2.2.1-enable-valid.patch
|
||||
freetype-2.2.1-memcpy-fix.patch
|
||||
CVE-2009-0946.patch)
|
||||
bytecode.patch
|
||||
freetype-2.3.0-enable-spr.patch
|
||||
freetype-2.2.1-enable-valid.patch
|
||||
freetype-2.2.1-memcpy-fix.patch
|
||||
CVE-2009-0946.patch)
|
||||
md5sums=('d76233108aca9c9606cdbd341562ad9a'
|
||||
'9ff19e742968c29e3ba52b08d6bf0a50'
|
||||
'816dc8619a6904a7385769433c0a8653'
|
||||
'214119610444c9b02766ccee5e220680'
|
||||
'6fb6606d28082ecb8e0c6d986b0b26aa'
|
||||
'3322c8f8266f7f3dcafb7205ad433c05')
|
||||
'3322c8f8266f7f3dcafb7205ad433c05')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/freetype-${pkgver}"
|
||||
|
|
|
@ -1,38 +0,0 @@
|
|||
2009-03-15 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* intltool 0.40.6-1
|
||||
* Upstream update
|
||||
|
||||
2009-02-07 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* Added I18N-HOWTO doc (close FS#12889)
|
||||
|
||||
2008-11-28 Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
* intltool 0.40.5-1
|
||||
* Upstream update
|
||||
|
||||
2008-09-25 Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
* intltool 0.40.4-1
|
||||
* Upstream update
|
||||
|
||||
2008-07-28 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* intltool 0.40.3-1
|
||||
* Upstream update
|
||||
|
||||
2008-07-23 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* intltool 0.40.1-1
|
||||
* Upstream update
|
||||
|
||||
2008-06-08 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* intltool 0.40.0-1
|
||||
* Upstream update
|
||||
|
||||
2008-03-01 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* intltool 0.37.1-1
|
||||
* Upstream update
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 30076 2009-03-16 03:02:39Z eric $
|
||||
# Maintainer: Eric Belanger <eric@archlinux.org>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=intltool
|
|||
pkgver=0.40.6
|
||||
pkgrel=1
|
||||
pkgdesc="The internationalization tool collection"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://freedesktop.org/wiki/Software/intltool"
|
||||
license=('GPL')
|
||||
depends=('perlxml')
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
2008-01-27 Travis Willard <travis@archlinux.org>
|
||||
|
||||
* 0.8.8-2
|
||||
Added ChangeLog
|
||||
Added sane default config file
|
|
@ -5,7 +5,7 @@ pkgver=0.8.8
|
|||
pkgrel=1
|
||||
pkgdesc="Cross-platform audio output library and plugins"
|
||||
url="http://www.xiph.org/ao"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
license=('GPL')
|
||||
depends=('glibc' 'alsa-lib')
|
||||
makedepends=('esd')
|
||||
|
|
|
@ -22,4 +22,3 @@ build() {
|
|||
install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
|
||||
$pkgdir/usr/share/licenses/$pkgname/COPYING
|
||||
}
|
||||
|
||||
|
|
|
@ -1,63 +0,0 @@
|
|||
|
||||
2009-06-06 Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
|
||||
* Updated for i686: 1.2.37
|
||||
|
||||
2009-05-08 Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
|
||||
* Updated for i686: 1.2.36
|
||||
|
||||
2008-10-06 Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
|
||||
* Updated for i686: 1.2.32
|
||||
|
||||
2008-08-23 Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
|
||||
* Updated for i686: 1.2.31
|
||||
* Thanks to Hussam Al-Tayeb
|
||||
|
||||
2008-08-17 Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
|
||||
* Had to return to 1.2.29 because xul depends on
|
||||
png with apng patch
|
||||
|
||||
2008-08-17 Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
|
||||
* Updated for i686: 1.2.30
|
||||
* Fixes some security issues
|
||||
* Remove the apng patch as there was no compatible version
|
||||
for this version
|
||||
|
||||
2008-07-04 Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
|
||||
* Updated for i686 - 1.2.29-1
|
||||
* Updated the apng patch for 1.2.29
|
||||
|
||||
2008-05-06 Travis Willard <travis@archlinux.org>
|
||||
|
||||
* 1.2.28-1
|
||||
Upstream update
|
||||
Uses same APNG patchset as 1.2.27
|
||||
|
||||
2008-05-01 Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
* 1.2.27-1
|
||||
Upstream update (security update!)
|
||||
Fix APNG patchset to apply to 1.2.27
|
||||
Fix build with newer libtool versions
|
||||
|
||||
2008-03-12 Travis Willard <travis@archlinux.org>
|
||||
|
||||
* 1.2.25-1
|
||||
Upstream update
|
||||
|
||||
2008-02-18 Travis Willard <travis@archlinux.org>
|
||||
|
||||
* 1.2.24-3
|
||||
Corrected ChangeLog
|
||||
|
||||
2008-02-18 Travis Willard <travis@archlinux.org>
|
||||
|
||||
* 1.2.24-2
|
||||
Added ChangeLog
|
||||
Added APNG patchset from <http://littlesvr.ca/apng/>
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 41684 2009-06-06 14:32:02Z douglas $
|
||||
# Maintainer: dorphell <dorphell@archlinux.org>
|
||||
# Maintainer: Travis Willard <travis@archlinux.org>
|
||||
# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
|
@ -7,14 +6,15 @@ pkgname=libpng
|
|||
pkgver=1.2.37
|
||||
pkgrel=1
|
||||
pkgdesc="A collection of routines used to create PNG format graphics files"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
url="http://www.libpng.org/pub/png/libpng.html"
|
||||
license=('custom')
|
||||
depends=('zlib')
|
||||
options=('!libtool')
|
||||
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
|
||||
"http://hp.vector.co.jp/authors/VA013651/lib/libpng-1.2.37-apng.patch.gz")
|
||||
options=('!libtool')
|
||||
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
|
||||
http://hp.vector.co.jp/authors/VA013651/lib/libpng-1.2.37-apng.patch.gz)
|
||||
md5sums=('6d1ee0888dbb711214943cb19c294b49'
|
||||
'b68c5b29e3b34f2ed73b3897b8a6c2b2')
|
||||
|
||||
build() {
|
||||
cd ${startdir}/src/${pkgname}-${pkgver}
|
||||
|
@ -38,5 +38,4 @@ build() {
|
|||
install -m755 -d ${startdir}/pkg/usr/share/licenses/${pkgname}
|
||||
install -m644 ../../LICENSE ${startdir}/pkg/usr/share/licenses/${pkgname}/ || return 1
|
||||
}
|
||||
md5sums=('6d1ee0888dbb711214943cb19c294b49'
|
||||
'b68c5b29e3b34f2ed73b3897b8a6c2b2')
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 41987 2009-06-08 21:01:23Z jgc $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
|
||||
# Contributor: daniel g. siegel <dgsiegel@gmail.com>
|
||||
|
@ -7,7 +6,7 @@ pkgname=libsmbios
|
|||
pkgver=2.2.16
|
||||
pkgrel=1
|
||||
pkgdesc="A library for providing access to as much BIOS information as possible"
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
url="http://linux.dell.com/libsmbios/main/index.html"
|
||||
license=('GPL' 'custom')
|
||||
depends=('gcc-libs>=4.3.3')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 45359 2009-07-10 03:55:14Z eric $
|
||||
# Maintainer: Eric Belanger <eric@archlinux.org>
|
||||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=libsndfile
|
|||
pkgver=1.0.20
|
||||
pkgrel=3
|
||||
pkgdesc="A C library for reading and writing files containing sampled sound"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://www.mega-nerd.com/libsndfile"
|
||||
license=('LGPL')
|
||||
depends=('alsa-lib' 'flac>=1.2.1' 'libvorbis')
|
||||
|
@ -15,7 +14,6 @@ optdepends=('jack-audio-connection-kit: for JACK support')
|
|||
options=('!libtool')
|
||||
source=(http://www.mega-nerd.com/libsndfile/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('e0553e12c7a467af44693e95e2eac668')
|
||||
sha1sums=('d4f88b919c644f54dd4038c4cf4fb2e7b0d32f7b')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 44712 2009-07-03 18:13:20Z jgc $
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
pkgname=libsoup
|
||||
pkgver=2.26.3
|
||||
pkgrel=1
|
||||
pkgdesc="Gnome HTTP Library"
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
license=('LGPL')
|
||||
depends=('glib2>=2.20.4' 'gnutls>=2.8.1' 'libxml2>=2.7.3' 'libproxy>=0.2.3' 'sqlite3>=3.6.15' 'gconf>=2.26.0-3')
|
||||
makedepends=('intltool' 'pkgconfig')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 52166 2009-09-16 11:35:20Z pierre $
|
||||
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
|
||||
|
||||
pkgname=lighttpd
|
||||
|
@ -6,7 +5,7 @@ pkgver=1.4.23
|
|||
pkgrel=2
|
||||
pkgdesc='a secure, fast, compliant and very flexible web-server'
|
||||
license=('custom')
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://www.lighttpd.net/"
|
||||
depends=('pcre' 'openssl' 'zlib' 'bzip2' 'attr' 'libldap')
|
||||
makedepends=('fcgi' 'libmysqlclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite3' 'gdbm' 'pkgconfig')
|
||||
|
@ -19,8 +18,9 @@ optdepends=('libxml2: mod_webdav' \
|
|||
)
|
||||
backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
|
||||
options=('!libtool' 'emptydirs')
|
||||
source=("http://www.lighttpd.net/download/lighttpd-${pkgver}.tar.bz2" \
|
||||
'lighttpd.rc.d' 'lighttpd.logrotate.d')
|
||||
source=(http://www.lighttpd.net/download/lighttpd-${pkgver}.tar.bz2
|
||||
lighttpd.rc.d
|
||||
lighttpd.logrotate.d)
|
||||
|
||||
md5sums=('0ab6bb7b17bf0f515ce7dce68e5e215a'
|
||||
'789ed1b4521e72e591e09d5dfb99235a'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 46990 2009-07-22 18:21:21Z francois $
|
||||
# Maintainer: eric <eric@archlinux.org>
|
||||
# Contributor: Manolis Tzanidakis
|
||||
|
||||
|
@ -7,7 +6,7 @@ _cpanname=Net-SSLeay
|
|||
pkgver=1.35
|
||||
pkgrel=1
|
||||
pkgdesc="Perl extension for using OpenSSL"
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
license=('custom:BSD')
|
||||
url="http://search.cpan.org/dist/${_cpanname}/"
|
||||
depends=('perl>=5.10.0' 'openssl')
|
||||
|
@ -30,4 +29,4 @@ build() {
|
|||
|
||||
install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/README
|
||||
}
|
||||
# vim: ts=2 sw=2 et ft=sh
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
|
||||
# Maintainer: dorphell <dorphell@archlinux.org>
|
||||
# Contributor: herb <hrose@archlinux.org>
|
||||
|
||||
|
@ -7,7 +6,7 @@ _realname=XML-Parser
|
|||
pkgver=2.36
|
||||
pkgrel=1
|
||||
pkgdesc="XML::Parser - an XML parser module for perl"
|
||||
arch=(arm)
|
||||
arch=('arm')
|
||||
license=('GPL' 'PerlArtistic')
|
||||
url="http://search.cpan.org/dist/${_realname}/"
|
||||
depends=('perl>=5.10.0' 'expat>=2.0')
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 53111 2009-09-26 06:56:09Z allan $
|
||||
# Maintainer: Allan McRae <allan@archlinux.org>
|
||||
# Contributor: John Proctor <jproctor@prium.net>
|
||||
# Contributor: Jeramy Rutley <jrutley@gmail.com>
|
||||
|
@ -8,7 +7,7 @@ pkgver=1.9.1_p243
|
|||
_pkgver=1.9.1-p243
|
||||
pkgrel=2
|
||||
pkgdesc="An object-oriented language for quick and easy programming"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
license=('custom')
|
||||
url="http://www.ruby-lang.org/en/"
|
||||
makedepends=('gdbm>=1.8.3' 'db>=4.8' 'openssl>=0.9.8k' 'zlib>=1.2.3.3' \
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
# $Id: PKGBUILD 52410 2009-09-19 05:06:59Z allan $
|
||||
# Maintainer:
|
||||
# Contributor: simo <simo@archlinux.org>
|
||||
|
||||
pkgname=tor
|
||||
pkgver=0.2.1.19
|
||||
pkgver=0.2.1.20
|
||||
pkgrel=2
|
||||
pkgdesc="TOR Client"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://www.torproject.org/"
|
||||
license=('custom')
|
||||
depends=('openssl' 'libevent')
|
||||
|
@ -15,7 +14,7 @@ install=tor.install
|
|||
source=(http://www.torproject.org/dist/tor-${pkgver}.tar.gz
|
||||
tor.conf
|
||||
tor.rc)
|
||||
md5sums=('2c0ca9bf5d0cfb771f4d6bec9c4360ca'
|
||||
md5sums=('0d62ee2332fdd95de43debac7435df19'
|
||||
'56c75d4e8a66f34167d31e38c43793dd'
|
||||
'4e39d56f462fc9f59e91715ac1b994c0')
|
||||
|
||||
|
|
|
@ -1,65 +0,0 @@
|
|||
2009-05-10 Giovanni Scafora <giovanni archlinux org>
|
||||
|
||||
* transmission-cli-1.60-1:
|
||||
New upstream release.
|
||||
|
||||
2008-12-27 Alexander Fehr <pizzapunk gmail com>
|
||||
|
||||
* transmission-cli-1.42-1:
|
||||
New upstream release.
|
||||
|
||||
2008-11-26 Alexander Fehr <pizzapunk gmail com>
|
||||
|
||||
* transmission-cli-1.40-1:
|
||||
New upstream release.
|
||||
Enabled web client.
|
||||
|
||||
2008-09-17 Alexander Fehr <pizzapunk gmail com>
|
||||
|
||||
* transmission-cli-1.34-1:
|
||||
New upstream release.
|
||||
|
||||
2008-08-23 Alexander Fehr <pizzapunk gmail com>
|
||||
|
||||
* transmission-cli-1.33-1:
|
||||
New upstream release.
|
||||
|
||||
2008-08-09 Alexander Fehr <pizzapunk gmail com>
|
||||
|
||||
* transmission-cli-1.32-1:
|
||||
New upstream release.
|
||||
|
||||
2008-08-07 Alexander Fehr <pizzapunk gmail com>
|
||||
|
||||
* transmission-cli-1.31-1:
|
||||
New upstream release.
|
||||
Replaced transmission-remote -q with kill in init script.
|
||||
Removed install message on upgrade.
|
||||
|
||||
2008-07-20 Alexander Fehr <pizzapunk gmail com>
|
||||
|
||||
* transmission-cli-1.22-1:
|
||||
New upstream release.
|
||||
Renamed from transmission to transmission-cli.
|
||||
New maintainer.
|
||||
Split out GTK+ GUI into transmission-gtk.
|
||||
Changed url.
|
||||
Added make dependency on intltool.
|
||||
Cleaned up init script.
|
||||
Cleaned up install file.
|
||||
|
||||
2008-01-07 Varun Acharya <varun@archlinux.org>
|
||||
|
||||
* transmission-1.00-1:
|
||||
Adopted and moved to extra.
|
||||
|
||||
2007-06-26 Alessio 'mOLOk' Bolognino <themolok@gmail.com>
|
||||
|
||||
* transmission-0.72-4:
|
||||
I had to use gentoo's sources because the tarball provided by the official site is broken.
|
||||
transmission-{daemon,remote} are back.
|
||||
|
||||
2007-06-19 Alessio 'mOLOk' Bolognino <themolok@gmail.com>
|
||||
|
||||
* transmission-0.72-3:
|
||||
Rebuild against libevent-1.3b.
|
|
@ -1,12 +1,11 @@
|
|||
# $Id: PKGBUILD 53921 2009-10-03 21:05:34Z eric $
|
||||
# Maintainer: Alexander Fehr <pizzapunk gmail com>
|
||||
# Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
|
||||
|
||||
pkgname=transmission-cli
|
||||
pkgver=1.75
|
||||
pkgver=1.76
|
||||
pkgrel=1
|
||||
pkgdesc="Fast, easy, and free BitTorrent client (CLI tools, daemon and web client)"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://www.transmissionbt.com/"
|
||||
license=('MIT')
|
||||
depends=('curl')
|
||||
|
@ -17,10 +16,9 @@ install=transmission-cli.install
|
|||
source=(http://mirrors.m0k.org/transmission/files/transmission-$pkgver.tar.bz2
|
||||
transmissiond
|
||||
transmissiond.conf)
|
||||
md5sums=('ec09b76ca941f5c389d8dd4f469f1fa6' '50b7c17300bc8b38f44fb6f681ba05d0'\
|
||||
md5sums=('ac44511ba4c203998be3079626126ede'
|
||||
'50b7c17300bc8b38f44fb6f681ba05d0'
|
||||
'4170b71ad5d6c499a8a16c6e86b77cce')
|
||||
sha1sums=('8ce610a9d743cdd6fa6495824d03416bee9a3512' '5f59846ef4219a7a7679d1feb3ff80d381340f36'\
|
||||
'89d2f2d907ddf4410504662b1962282d34b84046')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/transmission-$pkgver"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 43564 2009-06-25 08:39:42Z giovanni $
|
||||
# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>
|
||||
# Contributor: Robson Peixoto
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=unzip
|
|||
pkgver=6.0
|
||||
pkgrel=4
|
||||
pkgdesc="Unpacks .zip archives such as those made by PKZIP"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://www.info-zip.org/"
|
||||
license=('custom')
|
||||
depends=('bzip2' 'bash')
|
||||
|
@ -39,4 +38,3 @@ build() {
|
|||
mkdir share
|
||||
mv man share
|
||||
}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $Id: PKGBUILD 42589 2009-06-16 12:11:46Z tpowa $
|
||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
|
||||
pkgname=webmin
|
||||
pkgver=1.480
|
||||
pkgrel=1
|
||||
pkgdesc="a web-based interface for system administration"
|
||||
arch=(i686 x86_64)
|
||||
arch=('arm')
|
||||
license=('custom:webmin')
|
||||
url="http://www.webmin.com/"
|
||||
depends=('perl')
|
||||
|
|
|
@ -10,7 +10,7 @@ HELP='n'
|
|||
BUILD='n'
|
||||
CHROOT='n'
|
||||
# ARCH can be specified on the command line. Otherwise we'll guess.
|
||||
ARCH='i686'
|
||||
ARCH='arm'
|
||||
# Which groups and additional packages are to install.
|
||||
TARGETS=()
|
||||
# PACMAN_EXTRA takes extra flags passed to pacman. No checking is done.
|
||||
|
@ -63,28 +63,28 @@ printHelp() {
|
|||
|
||||
# Check if we are already able to interpret ARM binaries and configure the
|
||||
# the kernel if we are not. Expects mount call and echo call as arguments.
|
||||
binfmt_mount() {
|
||||
MOUNT_CALL="$1"
|
||||
ECHO_CALL="$2"
|
||||
|
||||
debug "Checking for binfmt_misc."
|
||||
if [ ! -e /proc/sys/fs/binfmt_misc/register ]; then
|
||||
debug "binfmt_misc not mounted."
|
||||
|
||||
debug "$MOUNT_CALL -t binfmt_misc none /proc/sys/fs/binfmt_misc"
|
||||
$MOUNT_CALL -t binfmt_misc none /proc/sys/fs/binfmt_misc &>/dev/null
|
||||
test $? -ne 0 && \
|
||||
error "Failed to mount binfmt_misc."
|
||||
fi
|
||||
if [ ! -f /proc/sys/fs/binfmt_misc/arm ]; then
|
||||
debug "$ECHO_CALL ':arm:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-static-arm:' > /proc/sys/fs/binfmt_misc/register"
|
||||
$ECHO_CALL ':arm:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-static-arm:' > /proc/sys/fs/binfmt_misc/register
|
||||
test $? -ne 0 && \
|
||||
error "Failed to write ARM binary information to binfmt_misc/register."
|
||||
|
||||
debug "binfmt_misc successfully created and configured."
|
||||
fi
|
||||
}
|
||||
#binfmt_mount() {
|
||||
# MOUNT_CALL="$1"
|
||||
# ECHO_CALL="$2"
|
||||
#
|
||||
# debug "Checking for binfmt_misc."
|
||||
# if [ ! -e /proc/sys/fs/binfmt_misc/register ]; then
|
||||
# debug "binfmt_misc not mounted."
|
||||
#
|
||||
# debug "$MOUNT_CALL -t binfmt_misc none /proc/sys/fs/binfmt_misc"
|
||||
# $MOUNT_CALL -t binfmt_misc none /proc/sys/fs/binfmt_misc &>/dev/null
|
||||
# test $? -ne 0 && \
|
||||
# error "Failed to mount binfmt_misc."
|
||||
# fi
|
||||
# if [ ! -f /proc/sys/fs/binfmt_misc/arm ]; then
|
||||
# debug "$ECHO_CALL ':arm:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-static-arm:' > /proc/sys/fs/binfmt_misc/register"
|
||||
# $ECHO_CALL ':arm:M::\x7fELF\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00:\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff:/usr/bin/qemu-static-arm:' > /proc/sys/fs/binfmt_misc/register
|
||||
# test $? -ne 0 && \
|
||||
# error "Failed to write ARM binary information to binfmt_misc/register."
|
||||
#
|
||||
# debug "binfmt_misc successfully created and configured."
|
||||
# fi
|
||||
#}
|
||||
|
||||
debug() {
|
||||
test "$DEBUG" = "y" && echo "debug: $1"
|
||||
|
@ -282,7 +282,7 @@ test -z "${TARGETS[*]}" && TARGETS=(base kernel26)
|
|||
test -z "$ARCH" && ARCH="$(arch 2>/dev/null)"
|
||||
test -z "$ARCH" && \
|
||||
error "Could not obtain architecture type. Please use --arch manually."
|
||||
if [ "$ARCH" != 'i686' -a "$ARCH" != 'x86_64' ]; then
|
||||
if [ "$ARCH" != 'arm' -a "$ARCH" != 'armv5tel' ]; then
|
||||
error "Host system's architecture $ARCH is not supported"
|
||||
fi
|
||||
|
||||
|
@ -426,4 +426,3 @@ doCleanup
|
|||
|
||||
exit 0
|
||||
|
||||
# vim: set ft=sh ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue