moon-buggy: don't clash with ncursesw exported symbol.
This commit is contained in:
parent
32e0fdb73b
commit
1965180017
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'moon-buggy'
|
||||
pkgname=moon-buggy
|
||||
version=1.0.51
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--sharedstatedir=/var/db"
|
||||
make_dirs="/var/db/moon-buggy 777 root root"
|
||||
|
@ -12,3 +12,7 @@ makedepends="ncurses-devel"
|
|||
homepage="http://www.seehuhn.de/pages/moon-buggy"
|
||||
distfiles="http://m.seehuhn.de/programs/$pkgname-$version.tar.gz"
|
||||
checksum=352dc16ccae4c66f1e87ab071e6a4ebeb94ff4e4f744ce1b12a769d02fe5d23f
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/key_name/Key_Name/g' keyboard.c
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue