mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
mailx, mlocate, b43-fwcutter for ARM
This commit is contained in:
parent
281a5b2b37
commit
6de47f7158
4 changed files with 11 additions and 32 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
|
||||
# Maintainer: Thomas Baechler <thomas@archlinux.org>
|
||||
|
||||
pkgname=b43-fwcutter
|
||||
|
@ -8,7 +7,7 @@ pkgdesc="firmware extractor for the bcm43xx kernel module"
|
|||
url="http://linuxwireless.org/en/users/Drivers/b43"
|
||||
depends=('glibc')
|
||||
license=('GPL')
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
source=(http://bu3sch.de/b43/fwcutter/${pkgname}-${pkgver}.tar.bz2)
|
||||
md5sums=('69eadf67b459f313a8d6b37aaabef96c')
|
||||
|
||||
|
@ -19,4 +18,3 @@ build()
|
|||
install -D -m755 b43-fwcutter $startdir/pkg/usr/bin/b43-fwcutter || return 1
|
||||
install -D -m644 b43-fwcutter.1 $startdir/pkg/usr/share/man/man1/b43-fwcutter.1 || return 1
|
||||
}
|
||||
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
# Maintainer: judd <jvinet@zeroflux.org>
|
||||
|
||||
pkgname=bin86
|
||||
pkgver=0.16.17
|
||||
pkgrel=4
|
||||
pkgdesc="A complete 8086 assembler and loader"
|
||||
arch=('arm')
|
||||
license=('GPL')
|
||||
url="http://www.debath.co.uk/"
|
||||
groups=('base-devel')
|
||||
depends=('glibc')
|
||||
source=(http://homepage.ntlworld.com/robert.debath/dev86/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('c9e8d72dd2e7457b52d0e3164fc199a1')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
make PREFIX=/usr || return 1
|
||||
mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
|
||||
make PREFIX=$pkgdir/usr MANDIR=$pkgdir/usr/share/man/man1 install
|
||||
}
|
|
@ -1,20 +1,22 @@
|
|||
# $Id: PKGBUILD 33080 2009-04-04 07:02:59Z allan $
|
||||
# Maintainer: judd <jvinet@zeroflux.org>
|
||||
# Committer: Judd Vinet <jvinet@zeroflux.org>
|
||||
|
||||
pkgname=mailx
|
||||
pkgver=8.1.1
|
||||
pkgrel=7
|
||||
pkgdesc="A commandline utility for sending email"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://www.opengroup.org/onlinepubs/007908799/xcu/mailx.html"
|
||||
license=('BSD')
|
||||
groups=('base')
|
||||
depends=('glibc')
|
||||
optdepends=('smtp-forwarder: for sending mail')
|
||||
backup=('etc/mail.rc')
|
||||
source=(ftp://ftp.archlinux.org/other/mailx/$pkgname-$pkgver-fixed.tar.gz \
|
||||
mailx-$pkgver.patch mailx-gcc4.patch)
|
||||
md5sums=('63cad526ac64b57bcba2c0daaa1f3048' '905cfa35b5131524bfec0c677d456bd3'\
|
||||
source=(ftp://ftp.archlinux.org/other/mailx/$pkgname-$pkgver-fixed.tar.gz
|
||||
mailx-$pkgver.patch
|
||||
mailx-gcc4.patch)
|
||||
md5sums=('63cad526ac64b57bcba2c0daaa1f3048'
|
||||
'905cfa35b5131524bfec0c677d456bd3'
|
||||
'8716c7c7b3f5d348443230e2fe543bf6')
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 52388 2009-09-19 02:55:25Z allan $
|
||||
# Maintainer: Allan McRae <allan@archlinux.org>
|
||||
# Contributor: lydgate
|
||||
|
||||
|
@ -6,7 +5,7 @@ pkgname=mlocate
|
|||
pkgver=0.22.1
|
||||
pkgrel=1
|
||||
pkgdesc="Faster merging drop-in for slocate"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://carolina.mff.cuni.cz/~trmac/blog/mlocate"
|
||||
license=('GPL')
|
||||
groups=('base')
|
||||
|
@ -18,8 +17,8 @@ backup=('etc/updatedb.conf'
|
|||
'etc/cron.daily/updatedb')
|
||||
install=mlocate.install
|
||||
source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-$pkgver.tar.bz2
|
||||
updatedb.conf
|
||||
updatedb.cron.daily)
|
||||
updatedb.conf
|
||||
updatedb.cron.daily)
|
||||
md5sums=('f62b5d072ac3d73a4bf161af696db6bf'
|
||||
'66898efb290eff4efd44a0b94fe3927d'
|
||||
'eee7f9db8c6145724313af6fd5fe9d66')
|
||||
|
|
Loading…
Reference in a new issue