mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
patch is no longer required
This commit is contained in:
parent
14ab7287fd
commit
742b281507
1 changed files with 3 additions and 9 deletions
|
@ -2,16 +2,14 @@ plugrel=1
|
||||||
noautobuild=1
|
noautobuild=1
|
||||||
|
|
||||||
pkgname=tenderloin-touchserver
|
pkgname=tenderloin-touchserver
|
||||||
pkgver=20111224
|
pkgver=20120107
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Touch input for HP TouchPad - Tenderloin"
|
pkgdesc="Touch input for HP TouchPad - Tenderloin"
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
url="http://www.quicinc.com/"
|
url="http://www.quicinc.com/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('xorg-server')
|
depends=('xorg-server')
|
||||||
makedepends=('git')
|
makedepends=('git' 'gcc')
|
||||||
source=('linux-input.patch')
|
|
||||||
md5sums=(9bf8f56ef91c5c77c74ea76c9c870ddb)
|
|
||||||
_gitroot="git://github.com/jcsullins/ts_srv_tenderloin.git"
|
_gitroot="git://github.com/jcsullins/ts_srv_tenderloin.git"
|
||||||
_gitname="ts_srv_tenderloin"
|
_gitname="ts_srv_tenderloin"
|
||||||
|
|
||||||
|
@ -25,10 +23,6 @@ build() {
|
||||||
msg "Checkout completed"
|
msg "Checkout completed"
|
||||||
|
|
||||||
cd $srcdir/${_gitname}
|
cd $srcdir/${_gitname}
|
||||||
# PATCH: Change location of input for Linux kernel
|
|
||||||
cp $srcdir/linux-input.patch $srcdir/${_gitname}/
|
|
||||||
patch -p1 < linux-input.patch
|
|
||||||
|
|
||||||
gcc -lm ts_srv.c -o ts_srv
|
gcc -lm ts_srv.c -o ts_srv
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue