mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
Modded core PKGBUILDs for ARM x2
This commit is contained in:
parent
0d5b9a0c8d
commit
c3c9251057
3 changed files with 8 additions and 38 deletions
|
@ -1,28 +0,0 @@
|
|||
2009-09-20 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* gpm 1.20.6-3
|
||||
* Updated /dev/psaux to /dev/input/mice in stock config (close FS#16289)
|
||||
|
||||
2009-09-20 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* gpm 1.20.6-2
|
||||
* Updated stock config and fixed rc.d script (close FS#16126)
|
||||
* Removed array in install scriptlet
|
||||
|
||||
2009-02-09 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* gpm 1.20.6-1
|
||||
* Upstream update
|
||||
* Added info file support
|
||||
|
||||
2008-06-16 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* gpm 1.20.5-1
|
||||
* Upstream update
|
||||
* Added sanity checks
|
||||
|
||||
2008-04-17 Eric Belanger <eric@archlinux.org>
|
||||
|
||||
* gpm 1.20.3-1
|
||||
* Upstream update
|
||||
* Added missing /usr/lib/libgpm.so.1 symlink (close FS#9949)
|
|
@ -1,4 +1,3 @@
|
|||
# $Id: PKGBUILD 52495 2009-09-21 02:38:38Z eric $
|
||||
# Maintainer: Eric Belanger <eric@archlinux.org>
|
||||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
|
||||
|
@ -6,19 +5,19 @@ pkgname=gpm
|
|||
pkgver=1.20.6
|
||||
pkgrel=3
|
||||
pkgdesc="A mouse server for the console and xterm"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://unix.schottelius.org/gpm/"
|
||||
license=('GPL')
|
||||
depends=('ncurses' 'texinfo')
|
||||
backup=('etc/conf.d/gpm')
|
||||
options=('!makeflags')
|
||||
install=gpm.install
|
||||
source=(http://unix.schottelius.org/gpm/archives/${pkgname}-${pkgver}.tar.bz2 \
|
||||
gpm gpm.conf.d)
|
||||
md5sums=('6b534da16dc1b28ba828dea89e520f6f' '945ecde0836687e05c13ea837092ea6c'\
|
||||
source=(http://unix.schottelius.org/gpm/archives/${pkgname}-${pkgver}.tar.bz2
|
||||
gpm
|
||||
gpm.conf.d)
|
||||
md5sums=('6b534da16dc1b28ba828dea89e520f6f'
|
||||
'945ecde0836687e05c13ea837092ea6c'
|
||||
'63e599950946e5f5a649432510aacf4c')
|
||||
sha1sums=('f3bb9272878b7934968381c8b25edab359114150' '19e1feb1493373512a77801699df012d186336ea'\
|
||||
'e483f893b4e6b9e1221a208527d728ffefe5438e')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
@ -28,7 +27,7 @@ build() {
|
|||
install -D -m755 ../gpm "${pkgdir}/etc/rc.d/gpm" || return 1
|
||||
install -D -m644 ../gpm.conf.d "${pkgdir}/etc/conf.d/gpm" || return 1
|
||||
|
||||
# library fixes
|
||||
# Library fixes
|
||||
cd "${pkgdir}/usr/lib/"
|
||||
ln -s libgpm.so.2.* libgpm.so || return 1
|
||||
chmod 755 "${pkgdir}"/usr/lib/libgpm.so.* || return 1
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# $Id: PKGBUILD 20200 2008-12-01 17:56:56Z thomas $
|
||||
# Maintainer: Thomas Bächler <thomas@archlinux.org>
|
||||
|
||||
pkgname=libpcap
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="A system-independent interface for user-level packet capture"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('arm')
|
||||
url="http://www.tcpdump.org/"
|
||||
license=('BSD')
|
||||
groups=('base')
|
||||
|
|
Loading…
Reference in a new issue