blob: 74d9ef460fd5fc66ea03d89b31b185cddcdda144 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Maintainer: Erik Kundiman <erik@megapahit.net>
pkgname=megapahit
pkgver=7.1.10
pkgrel=52697
pkgdesc="A fork of the Second Life viewer"
arch=('x86_64')
url="https://megapahit.net"
license=('LGPL-2.1')
depends=(freealut apr-util boost-libs fltk glu hunspell libnghttp2 sdl2 uriparser vlc libvorbis)
package() {
cd "$startdir/build-linux-x86_64"
make DESTDIR="$pkgdir/" install
}
|