mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/xine-lib: fix
This commit is contained in:
parent
e3585db919
commit
263fce4c94
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - configure with --without-dav1d, FTBFS
|
||||
# - fix source directory name, - separator instead of .
|
||||
|
||||
pkgname=xine-lib
|
||||
pkgver=1.2.13
|
||||
|
@ -42,7 +43,7 @@ source=("https://downloads.sourceforge.net/project/xine/xine-lib/${pkgver}/xine-
|
|||
sha256sums=('3def43d3c0597f0f23cbf73e9d4b1dcd328852f2100fcff89fe925ad7cdd0251')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}.${pkgver}"
|
||||
cd "${pkgname}-${pkgver}"
|
||||
./configure \
|
||||
--prefix='/usr' \
|
||||
--enable-antialiasing \
|
||||
|
@ -54,5 +55,5 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
make -C "${pkgname}.${pkgver}" DESTDIR="$pkgdir" install
|
||||
make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue