1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Maintainer: Your Name <youremail@domain.com>
11 pkgdesc="borland conio for linux"
12 arch=('i686' 'x86_64')
13 url="http://sourceforge.net/projects/conioforlinux/files/conio-0.1.0/"
25 source=(http://sourceforge.net/projects/conioforlinux/files/conio-0.1.0/$pkgname-$pkgver.tar.gz/download)
27 md5sums=(b39c59ddffd9c99b9f5657dceafc583e) #generate with 'makepkg -g'
31 ./configure --prefix=/usr
42 make DESTDIR="$pkgdir/" install
45 # vim:set ts=2 sw=2 et: