dev-util/xmake: add 2.7.7, drop 2.7.1; fix src_configure

Signed-off-by: Big Pineapple <zhangzheng.dylan@foxmail.com>
This commit is contained in:
Big Pineapple
2023-04-01 20:17:02 +08:00
parent 9be518156b
commit d89a8254dc
3 changed files with 13 additions and 23 deletions

View File

@@ -1 +1 @@
DIST xmake-v2.7.1.tar.gz 4344324 BLAKE2B 6baec6724f4489f0abe25a5925f87fd952fd59645696014ffe23d33df98e838c7ef53fc948ca4d17feed6063da532fa2a59c691dd76305840f476e5e8f3407bb SHA512 499d1d4ac53b8189d8f68706b45981dd9a3c62018000291616a281b944fedb9d5802502dd9edfb7bc0ee5f0456b839f9f2605d536543994bdfb72d178024742e
DIST xmake-v2.7.7.tar.gz 2719137 BLAKE2B c3aca5c538292d2ee002785c5a4bb82ff4ea6d67d07d00f055f35c46caeec8ecd3134e05f9bba6d4e7db5cda725b474fcf70d3b91a4be03b2859c542fa0c0f83 SHA512 449c6ce318076a9473084ae197b0d333e0b4b0f2d7bffe9e3c725ddf7aef3c7d888e9d063e033a7a7d9f690e0e49925e45bc7910f5076b790344f8bdbde0fb15

View File

@@ -14,12 +14,10 @@ if [[ ${PV} == *9999* ]]; then
else
SRC_URI="https://github.com/xmake-io/${PN}/releases/download/v${PV}/${PN}-v${PV}.tar.gz"
KEYWORDS="~amd64 ~riscv ~x86"
# extraction path may change in future
S="${WORKDIR}"
fi
# tarball doesn't provide tests
RESTRICT="test"
RESTRICT="test strip"
LICENSE="Apache-2.0"
SLOT="0"
@@ -40,14 +38,11 @@ DOCS=(
NOTICE.md README.md README_zh.md
)
src_compile() {
emake build
}
src_install() {
einstalldocs
emake PREFIX="/usr" DESTDIR="${D}" install
src_configure(){
econf --prefix="${EPREFIX}"/usr \
--plat=linux
# --plat=linux is necessary, which enables correct directory:
# build/linux/ARCH other than build/ARCH/ARCH
}
pkg_postinst() {

View File

@@ -14,12 +14,10 @@ if [[ ${PV} == *9999* ]]; then
else
SRC_URI="https://github.com/xmake-io/${PN}/releases/download/v${PV}/${PN}-v${PV}.tar.gz"
KEYWORDS="~amd64 ~riscv ~x86"
# extraction path may change in future
S="${WORKDIR}"
fi
# tarball doesn't provide tests
RESTRICT="test"
RESTRICT="test strip"
LICENSE="Apache-2.0"
SLOT="0"
@@ -40,14 +38,11 @@ DOCS=(
NOTICE.md README.md README_zh.md
)
src_compile() {
emake build
}
src_install() {
einstalldocs
emake PREFIX="/usr" DESTDIR="${D}" install
src_configure(){
econf --prefix="${EPREFIX}"/usr \
--plat=linux
# --plat=linux is necessary, which enables correct directory:
# build/linux/ARCH other than build/ARCH/ARCH
}
pkg_postinst() {