Package Details: libbinio 1.5-1

Git Clone URL: https://aur.archlinux.org/libbinio.git (read-only, click to copy)
Package Base: libbinio
Description: Binary I/O C++ class library
Upstream URL: https://github.com/adplug/libbinio
Licenses: GPL
Submitter: None
Maintainer: miffe
Last Packager: miffe
Votes: 20
Popularity: 0.000000
First Submitted: 2006-09-04 20:56 (UTC)
Last Updated: 2019-09-10 16:47 (UTC)

Latest Comments

miffe commented on 2014-02-06 11:20 (UTC)

libbinio 1.4-3: - Adopted - Cleaned up PKGBUILD - Added install file for info pages Packages at http://arch.miffe.org/

sebleblanc commented on 2013-07-12 04:25 (UTC)

build() { cd "${srcdir}/${pkgname}-${pkgver}" cd src patch -p0 < "${srcdir}/eof.diff" cd .. ./configure --prefix=/usr make # make DESTDIR=${startdir}/pkg install } package() { cd "${srcdir}/${pkgname}-${pkgver}" cd src make DESTDIR="${pkgdir}" install }

AlphaHeX commented on 2013-05-14 19:39 (UTC)

Please modify make install line to be make DESTDIR=${pkgdir} install otherwise package does not contain any binary