summaryrefslogtreecommitdiff
path: root/community/transset-df
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/transset-df
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/transset-df')
-rw-r--r--community/transset-df/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/transset-df/PKGBUILD b/community/transset-df/PKGBUILD
deleted file mode 100644
index f5d373fa3..000000000
--- a/community/transset-df/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 57820 2011-11-03 10:04:35Z lfleischer $
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Aaron Schaefer <aaron@elasticdog.com>
-
-pkgname=transset-df
-pkgver=6
-pkgrel=3
-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 -Dm0755 transset-df "${pkgdir}/usr/bin/transset-df"
-}