1 # AUR packages should not be built from binaries. This is a workaround.
2 # If you manage to built this lib32 package from source, let the maintainer know
3 # and you will be helping the AUR community.
5 # Maintainer: josephgbr <rafael.f.f1@gmail.com>
7 _pkgbasename=libieee1284
8 pkgname=lib32-"$_pkgbasename"
12 pkgdesc="A library to query devices connected in parallel port. (32 bits)"
15 url="http://cyberelk.net/tim/libieee1284"
16 depends=('python2' "${_pkgbasename}=${pkgver}-${pkgrel32}")
17 source=("ftp://ftp.archlinux.org/extra/os/i686/${_pkgbasename}-${pkgver}-${pkgrel32}-i686.pkg.tar.xz")
18 md5sums=('c5617cbe4068205bc0b81580c559c7b2')
21 mkdir -p "${pkgdir}"/usr/lib32
22 cp -rPf "${srcdir}"/usr/lib/* "${pkgdir}"/usr/lib32