summaryrefslogtreecommitdiffstats
path: root/transset-df
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /transset-df
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'transset-df')
-rw-r--r--transset-df/.footprint.i6863
-rw-r--r--transset-df/.footprint.x86_643
-rw-r--r--transset-df/.md5sum.i6861
-rw-r--r--transset-df/.md5sum.x86_641
-rw-r--r--transset-df/Pkgfile20
5 files changed, 28 insertions, 0 deletions
diff --git a/transset-df/.footprint.i686 b/transset-df/.footprint.i686
new file mode 100644
index 000000000..acd7f5171
--- /dev/null
+++ b/transset-df/.footprint.i686
@@ -0,0 +1,3 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/transset
diff --git a/transset-df/.footprint.x86_64 b/transset-df/.footprint.x86_64
new file mode 100644
index 000000000..acd7f5171
--- /dev/null
+++ b/transset-df/.footprint.x86_64
@@ -0,0 +1,3 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/transset
diff --git a/transset-df/.md5sum.i686 b/transset-df/.md5sum.i686
new file mode 100644
index 000000000..3cc511b65
--- /dev/null
+++ b/transset-df/.md5sum.i686
@@ -0,0 +1 @@
+3375d570adc9d875d7fc476d1a50d5a5 transset-df-6.tar.gz
diff --git a/transset-df/.md5sum.x86_64 b/transset-df/.md5sum.x86_64
new file mode 100644
index 000000000..3cc511b65
--- /dev/null
+++ b/transset-df/.md5sum.x86_64
@@ -0,0 +1 @@
+3375d570adc9d875d7fc476d1a50d5a5 transset-df-6.tar.gz
diff --git a/transset-df/Pkgfile b/transset-df/Pkgfile
new file mode 100644
index 000000000..12a2e139f
--- /dev/null
+++ b/transset-df/Pkgfile
@@ -0,0 +1,20 @@
+# Description: outils pour transparence fenetres
+# URL: http://www.forchheimer.se/transset-df/
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: xorg-libxdamage, xorg-libxcomposite, xorg-libxrender
+# Run on:
+
+name=transset-df
+version=6
+release=2
+source=(http://www.forchheimer.se/transset-df/transset-df-6.tar.gz)
+
+build() {
+ cd $name-$version
+ make
+ install -m 0755 -D -s $name $PKG/usr/bin/transset
+}
+
+
+