Skip to content

Commit

Permalink
liblcf v0.8-2 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortyr45 committed Aug 10, 2024
1 parent 589f1d8 commit c3ab45e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions packages/liblcf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=liblcf
pkgver=0.8
pkgrel=1
pkgrel=2
pkgdesc="Library to handle RPG Maker 2000/2003 and EasyRPG projects"
arch=('i686' 'x86_64')
url="https://easyrpg.org"
Expand All @@ -12,7 +12,14 @@ depends=('gcc-libs' 'expat' 'icu')
source=("https://easyrpg.org/downloads/player/$pkgver/liblcf-$pkgver.tar.xz")
sha256sums=('6b0d8c7fefe3d66865336406f69ddf03fe59e52b5601687265a4d1e47a25c386')

build () {
prepare() {
cd liblcf-$pkgver

# ICU needs c++17 nowadays
sed -i 's/-std=gnu++14/-std=gnu++17/g' Makefile{.am,.in}
}

build() {
cd liblcf-$pkgver

./configure --prefix=/usr \
Expand Down

0 comments on commit c3ab45e

Please sign in to comment.