mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
removed extra/gnubg
This commit is contained in:
parent
9b0f0dc178
commit
396c2ea244
3 changed files with 0 additions and 79 deletions
|
@ -1,16 +0,0 @@
|
|||
pkgbase = gnubg
|
||||
pkgdesc = World class backgammon application
|
||||
pkgver = 1.08.002
|
||||
pkgrel = 1
|
||||
url = https://www.gnu.org/software/gnubg/
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
depends = python
|
||||
depends = gtkglext
|
||||
depends = curl
|
||||
source = https://ftp.gnu.org/gnu/gnubg/gnubg-release-1.08.002-sources.tar.gz
|
||||
source = gnubg.desktop
|
||||
sha256sums = 3ed7e5290d71698dd535c47df602f48db8c9f9cadd7f5be935d5596765e2bc4f
|
||||
sha256sums = e9b40a2ce5e0b4f3c517913189abc138fe3377d86ca0baafa2b220c962caf7f1
|
||||
|
||||
pkgname = gnubg
|
|
@ -1,44 +0,0 @@
|
|||
# Maintainer: Jonathan Steel <jsteel at archlinux.org>
|
||||
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
|
||||
# Contributor: Stefan Clarke <fm0nk3y@yahoo.co.uk>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - --enable-simd=no
|
||||
|
||||
pkgname=gnubg
|
||||
pkgver=1.08.002
|
||||
pkgrel=1
|
||||
pkgdesc="World class backgammon application"
|
||||
arch=('x86_64')
|
||||
url="https://www.gnu.org/software/gnubg/"
|
||||
license=('GPL3')
|
||||
depends=('python' 'gtkglext' 'curl')
|
||||
source=(https://ftp.gnu.org/gnu/gnubg/gnubg-release-$pkgver-sources.tar.gz
|
||||
$pkgname.desktop)
|
||||
sha256sums=('3ed7e5290d71698dd535c47df602f48db8c9f9cadd7f5be935d5596765e2bc4f'
|
||||
'e9b40a2ce5e0b4f3c517913189abc138fe3377d86ca0baafa2b220c962caf7f1')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
sed -i 's/-f/-fn/' doc/Makefile.in doc/Makefile.am
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
./autogen.sh
|
||||
|
||||
PYTHONWARNINGS=ignore ./configure --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc \
|
||||
--mandir=/usr/share/man --enable-simd=no
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 "$srcdir"/$pkgname.desktop \
|
||||
"$pkgdir"/usr/share/applications/$pkgname.desktop
|
||||
}
|
|
@ -1,19 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Name=GNU Backgammon
|
||||
Name[hr]=GNU Tavla
|
||||
Name[ru]=GNU Нарды
|
||||
Name[sr]=ГНУ Тавла
|
||||
GenericName=Backgammon
|
||||
GenericName[hr]=Tavla
|
||||
GenericName[ru]=Нарды
|
||||
GenericName[sr]=Тавла
|
||||
Comment=GNU Backgammon
|
||||
Comment[hr]=GNU Tavla
|
||||
Comment[ru]=GNU Короткие нарды
|
||||
Comment[sr]=GNU Тавла
|
||||
Exec=gnubg
|
||||
Icon=gnubg
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=GTK;Game;StrategyGame;
|
Loading…
Reference in a new issue