mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/gnubg to 1.04.000-1
This commit is contained in:
parent
3804bc6ea3
commit
de1668e9e0
1 changed files with 7 additions and 7 deletions
|
@ -6,21 +6,21 @@
|
|||
# - --enable-simd=no
|
||||
|
||||
pkgname=gnubg
|
||||
pkgver=1.03.001
|
||||
pkgver=1.04.000
|
||||
pkgrel=1
|
||||
pkgdesc="A world class backgammon application"
|
||||
pkgdesc="World class backgammon application"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gnubg.org"
|
||||
license=('GPL')
|
||||
license=('GPL3')
|
||||
depends=('python2' 'gtkglext' 'hicolor-icon-theme')
|
||||
install=$pkgname.install
|
||||
source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
|
||||
$pkgname.desktop)
|
||||
md5sums=('9b04110dcee6eb1297d2d11992525737'
|
||||
md5sums=('c83b54e74131c7765339569cea3c2994'
|
||||
'965f5c7c25f60b27d06cc6fef7befd30')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
./autogen.sh
|
||||
|
||||
|
@ -31,9 +31,9 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
make DESTDIR="$pkgdir"/ install
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 "$srcdir"/$pkgname.desktop \
|
||||
"$pkgdir"/usr/share/applications/$pkgname.desktop
|
||||
|
|
Loading…
Reference in a new issue