contrib/clementine/Pkgfile
2016-09-10 14:10:23 +10:00

25 lines
624 B
Plaintext

# Description: A music player and library organizer.
# URL: http://www.clementine-player.org/
# Packager: Chris Farrell, timcowchip at gmail dot com
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: boost chromaprint crypto++ glew gst-plugins-bad gst-plugins-good gst-plugins-ugly libechonest protobuf qca glu
name=clementine
version=1.3.1
release=1
source=(https://github.com/clementine-player/Clementine/archive/$version.tar.gz)
build() {
cd Clementine-$version
install -d build
cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE='Release'
make
make DESTDIR=$PKG install
}