summaryrefslogtreecommitdiffstats
path: root/libcdaudio/Pkgfile
blob: 2ea6dfcda969e0e5118437efba4ad74522dd13d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Librairie portable de contrôle du CD audio et de gestion des informations de CDDB 
# URL: http://libcdaudio.sourceforge.net/
# Maintainer: NuTyX core team
# Packager: fred.galusik at gmail dot com
# Depends on: 

name=libcdaudio
version=0.99.12
release=1
source=(http://downloads.sourceforge.net/libcdaudio/$name-${version}p2.tar.gz)

build() {
cd $name-${version}p2
	./configure --prefix=/usr 
	make
	make DESTDIR=$PKG install
}