mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/lame: Remove old textrel detection (abuild does it now)
This commit is contained in:
parent
a6ae854331
commit
6aee2ae4c4
@ -55,20 +55,13 @@ build() {
|
|||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
|
|
||||||
make test
|
make test
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
local _textrels=
|
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
|
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
_textrels=$(scanelf -q -Rt "$pkgdir")
|
|
||||||
if [ -n "$_textrels" ]; then
|
|
||||||
error "Textrels found:"
|
|
||||||
echo "$_textrels"
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="0844b9eadb4aacf8000444621451277de365041cc1d97b7f7a589da0b7a23899310afd4e4d81114b9912aa97832621d20588034715573d417b2923948c08634b lame-3.100.tar.gz"
|
sha512sums="0844b9eadb4aacf8000444621451277de365041cc1d97b7f7a589da0b7a23899310afd4e4d81114b9912aa97832621d20588034715573d417b2923948c08634b lame-3.100.tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user