mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
moe: update to 1.10.
This commit is contained in:
parent
bd74dfccb2
commit
6565fecc6b
1 changed files with 8 additions and 8 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'moe'
|
# Template file for 'moe'
|
||||||
pkgname=moe
|
pkgname=moe
|
||||||
version=1.9
|
version=1.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=configure
|
||||||
|
configure_args="--prefix=/usr --sysconfdir=/etc"
|
||||||
conf_files="/etc/moerc"
|
conf_files="/etc/moerc"
|
||||||
hostmakedepends="lzip"
|
hostmakedepends="lzip"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Powerful and user-friendly text editor"
|
short_desc="Powerful and user-friendly text editor"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.gnu.org/software/moe/"
|
homepage="https://www.gnu.org/software/moe/"
|
||||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.lz"
|
||||||
checksum=18919e9ffae08f34d8beb3a26fc5a595614e0aff34866e79420ca81881ff4ef3
|
checksum=8cfd44ab5623ed4185ee53962b879fd9bdd18eab47bf5dd9bdb8271f1bf7d53b
|
||||||
|
|
||||||
do_configure() {
|
pre_configure() {
|
||||||
|
# remove hardcoded values
|
||||||
sed -e '/^CXX=/d;/^CXXFLAGS=/d;/^LDFLAGS=/d' -i configure
|
sed -e '/^CXX=/d;/^CXXFLAGS=/d;/^LDFLAGS=/d' -i configure
|
||||||
# Custom configure script, doesn't support cross compiling
|
|
||||||
./configure --prefix=/usr --sysconfdir=/etc
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue