From f284e73794eb278af9923cbbe9ccd54154e43e59 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 4 Apr 2012 17:34:13 -0300 Subject: social/mednafen-wip --- social/mednafen-wip/PKGBUILD | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 social/mednafen-wip/PKGBUILD (limited to 'social') diff --git a/social/mednafen-wip/PKGBUILD b/social/mednafen-wip/PKGBUILD new file mode 100755 index 000000000..a405d2ceb --- /dev/null +++ b/social/mednafen-wip/PKGBUILD @@ -0,0 +1,31 @@ +# Maintainer: Hans-Kristian Arntzen +# Contributor: Angel 'angvp' Velasquez +# Contributor: kagan +# Contributor (Parabola): André Silva + +pkgname=mednafen-wip +pkgver=0.9.21 +pkgrel=1 +pkgdesc="A command-line multi-system gaming emulator, WIP version" +url="http://mednafen.sourceforge.net/" +license=(GPL) +arch=('i686' 'x86_64') +depends=('libcdio>=0.82' 'libsamplerate' 'libogg' 'libvorbis' 'sdl' 'sdl_net' 'libsndfile' 'zlib') +makedepends=('pkgconfig' 'mesa') +conflicts=('mednafen') +provides=('mednafen') +source=('http://forum.fobby.net/index.php?t=getfile&id=358&') +sha1sums=('983c349ca991190363b713ac8abf7ae78b081a21') + +build() +{ + cd $srcdir/mednafen + ./configure --prefix=/usr + make +} + +package() +{ + cd $srcdir/mednafen + make DESTDIR=$pkgdir install +} -- cgit v1.2.3-54-g00ecf From 76b85adbf344b6138f1fdfdfd4ddbc172a80d50a Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 7 Apr 2012 05:20:40 -0300 Subject: social/hunspell-pt-br --- social/hunspell-pt-br/PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 social/hunspell-pt-br/PKGBUILD (limited to 'social') diff --git a/social/hunspell-pt-br/PKGBUILD b/social/hunspell-pt-br/PKGBUILD new file mode 100644 index 000000000..c7124503b --- /dev/null +++ b/social/hunspell-pt-br/PKGBUILD @@ -0,0 +1,27 @@ +# Maintainer: Daniel Felipe Reis Apolinario +# Contributor: Bernardo Barros +# Contributor: Robson R S Peixoto +# Contributor (Parabola): André Silva + +pkgname=hunspell-pt-br +pkgver=2.0.9 +pkgrel=1 +pkgdesc="Portuguese (Brazil) dictionary" +arch=(any) +url="http://www.broffice.org/verortografico/" +license=('LGPL-2.1') +optdepends=('hunspell: the spell checking libraries and apps') +source=(http://www.broffice.org/files/Vero_pt_BR_V209AOC.oxt) + +build() { + cd ${srcdir} + install -D -m644 pt_BR.dic $pkgdir/usr/share/hunspell/pt_BR.dic + install -D -m644 pt_BR.aff $pkgdir/usr/share/hunspell/pt_BR.aff + mkdir -p $pkgdir/usr/share/myspell/dicts + cd $pkgdir/usr/share/myspell/dicts + + ln -s /usr/share/hunspell/pt_BR.dic pt_BR.dic + ln -s /usr/share/hunspell/pt_BR.aff pt_BR.aff +} + +md5sums=('47313490f1a21c87b6d5fb5655042e22') -- cgit v1.2.3-54-g00ecf From 6b2e8fe65431c01a01ab5dfd31689c31f10c643b Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 7 Apr 2012 05:27:55 -0300 Subject: social/hunspell-pt-br --- social/hunspell-pt-br/.directory | 2 ++ social/hunspell-pt-br/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 social/hunspell-pt-br/.directory (limited to 'social') diff --git a/social/hunspell-pt-br/.directory b/social/hunspell-pt-br/.directory new file mode 100644 index 000000000..dcad2ff51 --- /dev/null +++ b/social/hunspell-pt-br/.directory @@ -0,0 +1,2 @@ +[Dolphin] +Timestamp=2012,4,7,5,22,50 diff --git a/social/hunspell-pt-br/PKGBUILD b/social/hunspell-pt-br/PKGBUILD index c7124503b..35e1dc887 100644 --- a/social/hunspell-pt-br/PKGBUILD +++ b/social/hunspell-pt-br/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer: Daniel Felipe Reis Apolinario # Contributor: Bernardo Barros # Contributor: Robson R S Peixoto -# Contributor (Parabola): André Silva +# Maintainer (Parabola): André Silva pkgname=hunspell-pt-br pkgver=2.0.9 pkgrel=1 -pkgdesc="Portuguese (Brazil) dictionary" +pkgdesc="Portuguese (Brazil) hunspell dictionary" arch=(any) url="http://www.broffice.org/verortografico/" license=('LGPL-2.1') -- cgit v1.2.3-54-g00ecf