core/pilot-link/PKGBUILD

32 lines
920 B
Bash
Raw Normal View History

2011-09-03 04:25:31 +08:00
#
# Platform Packages for Chakra, part of chakra-project.org
#
# maintainer abveritas[at]chakra-project[dot]org>
2010-03-14 23:48:48 +08:00
pkgname=pilot-link
pkgver=0.12.5
pkgrel=3
2010-03-14 23:48:48 +08:00
pkgdesc="A suite of tools for connecting to PalmOS handheld devices"
arch=('x86_64')
2010-03-14 23:48:48 +08:00
license=('GPL' 'LGPL')
depends=('readline>=6.0' 'libpng>=1.4.0' 'libusb' 'popt' 'bluez>=4.59')
options=('!libtool')
url=http://www.pilot-link.org/
source=("http://slackbuilds.org/mirror/slackware/slackware-13.37/source/l/pilot-link/${pkgname}-${pkgver}.tar.bz2"
'pilot-link-png14.patch')
2010-03-14 23:48:48 +08:00
md5sums=('568c55bf504b044f6fbd50baa407c990'
'a21a2eeb01544a8a261a75e64a3120c3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i "${srcdir}/pilot-link-png14.patch"
2010-03-14 23:48:48 +08:00
./configure --prefix=/usr --enable-conduits --enable-libusb \
2011-09-03 04:25:31 +08:00
--with-libiconv --with-libpng
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
2010-03-14 23:48:48 +08:00
}