mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
deadbeef: use create_wrksrc
This commit is contained in:
parent
655a29890e
commit
409427916b
1 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
||||||
pkgname=deadbeef
|
pkgname=deadbeef
|
||||||
version=1.8.8
|
version=1.8.8
|
||||||
revision=1
|
revision=1
|
||||||
|
create_wrksrc=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-oss --disable-lfm --disable-notify --disable-gtk2"
|
configure_args="--disable-oss --disable-lfm --disable-notify --disable-gtk2"
|
||||||
hostmakedepends="automake libtool gettext gettext-devel intltool pkg-config
|
hostmakedepends="automake libtool gettext gettext-devel intltool pkg-config
|
||||||
|
@ -38,10 +39,11 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
mv deadbeef-${version}/* .
|
||||||
rm -rf external/apbuild
|
rm -rf external/apbuild
|
||||||
rm -rf external/mp4p
|
rm -rf external/mp4p
|
||||||
mv -v ../apbuild-${_apbuild_commit} external/apbuild
|
mv -v apbuild-${_apbuild_commit} external/apbuild
|
||||||
mv -v ../mp4p-${_mp4p_commit} external/mp4p
|
mv -v mp4p-${_mp4p_commit} external/mp4p
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue