Package Details: libcsv 3.0.3-2

Package Base: libcsv
Description: C library for csv format
Upstream URL: http://sourceforge.net/projects/libcsv/
Category: devel
Licenses: GPL
Submitter: perlawk
Maintainer: perlawk
Last Packager: None
Votes: 4
First Submitted: 2012-03-15 03:42
Last Updated: 2014-01-08 07:39

Latest Comments

Comment by ferkulat

2012-12-27 22:11

Hello perlawk,

would you be please so kind to update the package to 3.0.2?
This version has now a configure script.
And the build function could be:

build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR="$pkgdir" install || return 1
# install makes copies instead of symlinks to libcsv.so.3.0.2
mv .libs/libcsv.so.3 $pkgdir/usr/lib ||return 1
mv .libs/libcsv.so $pkgdir/usr/lib ||return 1
}

thank you