2014-02-16 02:37:52 +11:00
|
|
|
# Description: CD paranoia libraries from libcdio
|
|
|
|
# URL: http://www.gnu.org/software/libcdio/
|
2014-11-10 23:28:07 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2014-02-16 02:37:52 +11:00
|
|
|
# Depends on: libcdio
|
|
|
|
|
|
|
|
name=libcdio-paranoia
|
2020-01-01 17:36:48 +11:00
|
|
|
version=10.2+2.0.1
|
2014-02-16 02:37:52 +11:00
|
|
|
release=1
|
2020-01-01 17:36:48 +11:00
|
|
|
source=(https://ftp.gnu.org/gnu/libcdio/$name-$version.tar.gz)
|
2014-02-16 02:37:52 +11:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--enable-cpp-progs \
|
|
|
|
--disable-example-progs
|
|
|
|
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
2017-06-04 14:09:05 +10:00
|
|
|
rm -r $PKG/usr/share/man/jp
|
2014-02-16 02:37:52 +11:00
|
|
|
}
|