summaryrefslogtreecommitdiff
path: root/todo
diff options
context:
space:
mode:
Diffstat (limited to 'todo')
-rw-r--r--todo/kinect-rgbdemo/PKGBUILD18
-rw-r--r--todo/yuicompressor/PKGBUILD41
2 files changed, 59 insertions, 0 deletions
diff --git a/todo/kinect-rgbdemo/PKGBUILD b/todo/kinect-rgbdemo/PKGBUILD
new file mode 100644
index 0000000..d52207b
--- /dev/null
+++ b/todo/kinect-rgbdemo/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
+
+pkgname=kinect-rgbdemo
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Demo software to visualize, calibrate and process Kinect cameras output."
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('boost' 'boost-libs' 'libusb' 'qt' 'gtk2' 'cmake' 'glew' 'gsl' 'freeglut' 'libxmu')
+source=("http://downloads.sourceforge.net/project/roboticslab/RGBDemo-$pkgver-Source.tar.gz")
+
+build() {
+ cd $srcdir/RGBDemo-$pkgver-Source
+ ./linux_configure.sh
+ ./linux_build.sh
+}
+
+md5sums=('0954c58abb183431c43f0019dd2e3f3a')
diff --git a/todo/yuicompressor/PKGBUILD b/todo/yuicompressor/PKGBUILD
new file mode 100644
index 0000000..097463e
--- /dev/null
+++ b/todo/yuicompressor/PKGBUILD
@@ -0,0 +1,41 @@
+# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
+
+pkgname=yuicompressor
+pkgver=2.4.7
+pkgrel=1
+pkgdesc=""
+arch=('any')
+url=""
+license=('BSD')
+groups=()
+depends=('rhino' 'jargs')
+makedepends=('ant')
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=("http://yui.zenfs.com/releases/$pkgname/$pkgname-$pkgver.zip")
+noextract=()
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make -k check
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('885657c68ed617737e730b4c2ce52dda')