summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-24 02:37:25 -0800
committerroot <root@rshg054.dnsready.net>2012-12-24 02:37:25 -0800
commitdaf3981c259a9a9ee281fe64ad4f81aaea71e686 (patch)
tree353ea0f18337c9986682c458aa0ad5a6c7e397e3 /community
parentd4cde61aa9a5ccdde242a2bfe9eb7973a49acb49 (diff)
Mon Dec 24 02:36:08 PST 2012
Diffstat (limited to 'community')
-rw-r--r--community/guvcview/PKGBUILD31
-rw-r--r--community/lgi/PKGBUILD49
-rw-r--r--community/ngircd/PKGBUILD8
3 files changed, 84 insertions, 4 deletions
diff --git a/community/guvcview/PKGBUILD b/community/guvcview/PKGBUILD
new file mode 100644
index 000000000..d70407130
--- /dev/null
+++ b/community/guvcview/PKGBUILD
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 81531 2012-12-23 08:58:59Z giovanni $
+# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
+# Contributor: Maxwell Pray a.k.a. Synthead <synthead@gmail.com>
+
+pkgname=guvcview
+pkgver=1.6.1
+pkgrel=2
+pkgdesc="A video viewer and capturer for the linux uvc driver"
+arch=('i686' 'x86_64')
+url="http://guvcview.sourceforge.net/"
+license=('GPL')
+depends=('portaudio' 'ffmpeg' 'gtk3')
+makedepends=('pkg-config' 'intltool')
+optdepends=('pulseaudio: for PulseAudio support')
+options=('!docs')
+source=("http://downloads.sourceforge.net/project/${pkgname}/source/${pkgname}-src-${pkgver}.tar.gz")
+md5sums=('b3dfd04d8aae0c807d5f5d6ba035580f')
+
+build() {
+ cd "${srcdir}/${pkgname}-src-${pkgver}"
+
+ ./configure --prefix=/usr \
+ --disable-debian-menu
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-src-${pkgver}"
+
+ make DESTDIR="${pkgdir}" install
+}
diff --git a/community/lgi/PKGBUILD b/community/lgi/PKGBUILD
new file mode 100644
index 000000000..8aa162684
--- /dev/null
+++ b/community/lgi/PKGBUILD
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 81537 2012-12-23 19:51:51Z seblu $
+# Maintainer: speps <speps at aur dot archlinux dot org>
+# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
+
+pkgname=lgi
+pkgver=0.6.2
+pkgrel=1
+pkgdesc='Lua binadings for gnome/gobject using gobject-introspection library'
+arch=(i686 x86_64)
+url='https://github.com/pavouk/lgi'
+license=('custom:MIT')
+depends=('glibc' 'glib2' 'libffi' 'lua' 'gobject-introspection')
+source=("https://github.com/downloads/pavouk/lgi/$pkgname-$pkgver.tar.gz")
+md5sums=('9ae2c0740e9ea536b6b6afacea5bd21b')
+
+build() {
+ cd $pkgname-$pkgver
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make \
+ LUA_LIBDIR=/usr/lib/lua/5.2 \
+ LUA_SHAREDIR=/usr/share/lua/5.2 \
+ DESTDIR="$pkgdir/" install
+
+ # dump typelib tool
+ install -Dm755 tools/dump-typelib.lua \
+ "$pkgdir/usr/bin/dump-typelib"
+
+ # docs
+ install -d "$pkgdir/usr/share/doc/$pkgname"
+ install -Dm644 docs/* \
+ "$pkgdir/usr/share/doc/$pkgname"
+
+ # samples
+ install -d "$pkgdir/usr/share/$pkgname/samples/gtk-demo"
+ install -Dm644 samples/*.lua \
+ "$pkgdir/usr/share/$pkgname/samples"
+ install -Dm644 samples/gtk-demo/* \
+ "$pkgdir/usr/share/$pkgname/samples/gtk-demo"
+
+ # license
+ install -Dm644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/ngircd/PKGBUILD b/community/ngircd/PKGBUILD
index a5f0f490c..b5d95bdb5 100644
--- a/community/ngircd/PKGBUILD
+++ b/community/ngircd/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 75302 2012-08-18 11:54:08Z kkeen $
+# $Id: PKGBUILD 81560 2012-12-24 04:07:48Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Mateusz Herych <heniekk@gmail.com>
# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=ngircd
-pkgver=19.2
-pkgrel=2
+pkgver=20
+pkgrel=1
pkgdesc="Next Generation IRC Daemon"
arch=('x86_64' 'i686')
backup=(etc/ngircd.conf)
@@ -15,7 +15,7 @@ depends=('openssl' 'libident')
source=("http://ngircd.barton.de/pub/ngircd/ngircd-$pkgver.tar.gz"
ngircd.sh
ngircd.service)
-sha256sums=('bf1d5bc7554863e295d3175483f5bb01ccb0acf06a64ba9bb222150b808cf34d'
+sha256sums=('948b6ee9217bf0833958390513ba1ca2b2e8ddef809c226b889e7591f680c3d8'
'f8c28546090af8ce67471b9b4d577f6926007615356dd11afd2bc16f61d698d5'
'13ffad9647ef42d1a9c8f01f6208bef9dfe9e0f86dce9a01f72711d813d720a0')