updated on Mon Jan 23 20:11:11 UTC 2012
[aur-mirror.git] / ff-utils / PKGBUILD
blob88dce8e5caa4c5989bc94b1f1730314ce4777019
1 # This is an example PKGBUILD file. Use this as a start to creating your 
2 #own,
3 # and remove these comments. For more information, see 'man PKGBUILD'.
4 # NOTE: Please fill out the license field for your package! If it is 
5 #unknown,
6 # then please put 'unknown'.
8 # Maintainer: Cedric de Wijs <cedric.dewijs@telfort.nl>
9 pkgname=ff-utils
10 pkgver=2.4.21
11 pkgrel=1
12 pkgdesc="Linux Force Feedback Library"
13 arch=('i686')
14 url="http://sourceforge.net/projects/libff/"
15 license=('GPL')
16 groups=()
17 depends=()
18 makedepends=()
19 optdepends=()
20 provides=('ff-utils')
21 conflicts=()
22 replaces=()
23 backup=()
24 options=()
25 install=
26 changelog=
27 source=("http://sourceforge.net/projects/libff/files/ffutils/2.4.21/ff-utils.tar.bz2/download")
28 #source=($pkgname-$pkgver.tar.gz)
29 noextract=()
30 #md5sums=() #generate with 'makepkg -g'
31 md5sums=('37f5197aa38362cac1364d3d9f409912')
33 build() {
34   cd "$srcdir/$pkgname"
36   #./configure --prefix=/usr
37   make
40 package() {
41   cd "$srcdir/$pkgname"
42   mkdir $pkgdir/bin
43   cp evtest ffcfstress ffmvforce ffset fftest inputattach jscal jstest $pkgdir/bin
44   #make DESTDIR="$pkgdir/" install