mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 06:27:18 +08:00
qmmp-plugin-pack added to the repos
This commit is contained in:
parent
cb1e42eda5
commit
572dfe0e77
26
qmmp-plugin-pack/PKGBUILD
Normal file
26
qmmp-plugin-pack/PKGBUILD
Normal file
@ -0,0 +1,26 @@
|
||||
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
||||
# Contributor: BrLi <rainman59118[at]gmail dot com>
|
||||
|
||||
pkgname='qmmp-plugin-pack'
|
||||
pkgver=0.7.1
|
||||
pkgrel=1
|
||||
pkgdesc="Qmmp Plugin Pack"
|
||||
arch=('x86_64')
|
||||
url="http://qmmp.ylsoftware.com"
|
||||
license=('GPL')
|
||||
depends=("qmmp>=$pkgver")
|
||||
makedepends=('cmake' 'yasm')
|
||||
optdepends=( 'mpg123: for mpg123 plugin' )
|
||||
source=(http://qmmp.ylsoftware.com/files/plugins/$pkgname-$pkgver.tar.bz2)
|
||||
md5sums=('45bbc6a1263c654bee344df887db9f10')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIB_DIR=lib -DCMAKE_BUILD_TYPE=RELEASE -DUSE_FFAP:BOOL=TRUE
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
Loading…
Reference in New Issue
Block a user