diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-08 13:20:40 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-08 16:41:15 +0000 |
commit | 076fe365387b93ac7ae42aa39fc46542581b5760 (patch) | |
tree | 4d3ab4924ad0593049f3f9ce9eaf0147530e8134 /community | |
parent | cee8bcbabf612254ed4533c698417f891f9c7bdd (diff) | |
download | aports-076fe365387b93ac7ae42aa39fc46542581b5760.tar.bz2 aports-076fe365387b93ac7ae42aa39fc46542581b5760.tar.xz |
community/mplayer: fix build
Closes GH-8675
Diffstat (limited to 'community')
-rw-r--r-- | community/mplayer/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/mplayer/APKBUILD b/community/mplayer/APKBUILD index 56d06a15c2..a2d745e2c0 100644 --- a/community/mplayer/APKBUILD +++ b/community/mplayer/APKBUILD @@ -1,7 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mplayer pkgver=1.4.0 -_ver=${pkgver/_/} pkgrel=0 pkgdesc="A movie player for linux" url="http://www.mplayerhq.hu/design7/news.html" @@ -16,7 +15,7 @@ makedepends="libxxf86dga-dev libxv-dev libmad-dev lame-dev libao-dev source="http://www.mplayerhq.hu/MPlayer/releases/MPlayer-${pkgver%.*}.tar.xz x11-libs.patch " -builddir="$srcdir"/MPlayer-$_ver +builddir="$srcdir"/MPlayer-${pkgver%.*} build() { ./configure \ --prefix=/usr \ |