summaryrefslogtreecommitdiff
path: root/community/transset-df/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/transset-df/PKGBUILD')
-rw-r--r--community/transset-df/PKGBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/community/transset-df/PKGBUILD b/community/transset-df/PKGBUILD
new file mode 100644
index 000000000..5a07fa699
--- /dev/null
+++ b/community/transset-df/PKGBUILD
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 22565 2010-07-22 20:46:50Z lcarlier $
+# Contributer: Aaron Schaefer <aaron@elasticdog.com>
+
+pkgname=transset-df
+pkgver=6
+pkgrel=2
+pkgdesc="A patched version of X.Org's transset with added functionality"
+arch=('i686' 'x86_64')
+url="http://forchheimer.se/transset-df/"
+license=('GPL')
+depends=('libxcomposite' 'libxdamage' 'libxrender')
+source=(http://forchheimer.se/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('3375d570adc9d875d7fc476d1a50d5a5')
+
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ make
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ install -D -m755 transset-df ${pkgdir}/usr/bin/transset-df
+}