update to 12.3: flex
This commit is contained in:
@@ -5,7 +5,7 @@ url="https://github.com/westes/flex"
|
|||||||
license=('custom')
|
license=('custom')
|
||||||
sources=("${pkgname}-${pkgver}.tar.gz")
|
sources=("${pkgname}-${pkgver}.tar.gz")
|
||||||
urls=(
|
urls=(
|
||||||
"https://github.com/westes/flex/releases/download/v$pkgver/flex-$pkgver.tar.gz"
|
"https://github.com/westes/flex/releases/download/v${pkgver}/${sources[0]}"
|
||||||
)
|
)
|
||||||
md5sums=("2882e3179748cc9f9c23ec593d6adc8d")
|
md5sums=("2882e3179748cc9f9c23ec593d6adc8d")
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ src_prepare() {
|
|||||||
|
|
||||||
src_build() {
|
src_build() {
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--docdir=/usr/share/doc/flex-2.6.4 \
|
--docdir=/usr/share/doc/${pkgname}-${pkgver} \
|
||||||
--disable-static
|
--disable-static
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user