contrib/clementine/Pkgfile

22 lines
634 B
Plaintext
Raw Normal View History

2013-11-02 00:44:14 +01:00
# Description: A music player and library organizer.
# URL: http://www.clementine-player.org/
# Packager: Chris Farrell, timcowchip at gmail dot com
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: boost glew gst-plugins-bad-compat gst-plugins-good-compat gst-plugins-ugly-compat protobuf qca qjson glu
2013-11-02 00:44:14 +01:00
name=clementine
2014-05-23 04:46:45 +02:00
version=1.2.3
2014-10-28 12:48:00 +01:00
release=2
source=(https://github.com/clementine-player/Clementine/archive/$version.tar.gz
udisks-namespace.patch)
2013-11-02 00:44:14 +01:00
build() {
2014-05-23 04:46:45 +02:00
cd Clementine-$version
2014-10-28 12:48:00 +01:00
patch -p1 -i $SRC/udisks-namespace.patch
2013-11-02 00:44:14 +01:00
cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_WERROR=OFF
make
make DESTDIR=$PKG install
}