mirror of
https://aur.archlinux.org/ocp-git.git
synced 2025-05-09 19:44:28 -04:00
Update to 0.1.22.r79.8c58533
This commit is contained in:
parent
9d2e121c8f
commit
025c2ab1b6
2 changed files with 4 additions and 10 deletions
8
PKGBUILD
8
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Ossi Saukko <osaukko at gmail dot com>
|
||||
_name=ocp
|
||||
pkgname=ocp-git
|
||||
pkgver=0.1.22.r76.3c40348
|
||||
pkgver=0.1.22.r79.8c58533
|
||||
pkgrel=1
|
||||
pkgdesc="Open Cubic Player (GIT Version)"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -35,12 +35,6 @@ build() {
|
|||
cd "${srcdir}/${_name}"
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
## TODO: Better fix for libnursesw ##
|
||||
sed -i.bak s/ncursesw\\/curses\.h/curses.h/g configure
|
||||
sed -i.bak s/ncursesw\\/curses\.h/curses.h/g config.h.in
|
||||
## TODO: Better fix for libnursesw ##
|
||||
|
||||
./configure --prefix=/usr --sysconfdir=/etc --with-timidity-default-path=/etc/timidity++/
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue