summaryrefslogtreecommitdiffstats
path: root/extra/lxrandr
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:54:31 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:54:31 +0200
commita2cfff9f62f20180b0049959630951687922f090 (patch)
tree31b52df4e18550b01d80479eafdf52c75e4e39d2 /extra/lxrandr
parent6435ecc6f14edc8a5f0331c0b4bbc591044cd30c (diff)
downloadnutyx-extra-a2cfff9f62f20180b0049959630951687922f090.tar.gz
nutyx-extra-a2cfff9f62f20180b0049959630951687922f090.tar.bz2
nutyx-extra-a2cfff9f62f20180b0049959630951687922f090.tar.xz
nutyx-extra-a2cfff9f62f20180b0049959630951687922f090.zip
Ajout de lxrandr#0.1-1
Diffstat (limited to 'extra/lxrandr')
-rw-r--r--extra/lxrandr/.footprint7
-rw-r--r--extra/lxrandr/.md5sum1
-rw-r--r--extra/lxrandr/Pkgfile19
3 files changed, 27 insertions, 0 deletions
diff --git a/extra/lxrandr/.footprint b/extra/lxrandr/.footprint
new file mode 100644
index 000000000..c0a507998
--- /dev/null
+++ b/extra/lxrandr/.footprint
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/lxrandr
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/lxrandr.desktop
+drwxr-xr-x root/root usr/share/locale/
diff --git a/extra/lxrandr/.md5sum b/extra/lxrandr/.md5sum
new file mode 100644
index 000000000..6a3705bb4
--- /dev/null
+++ b/extra/lxrandr/.md5sum
@@ -0,0 +1 @@
+d70a41f0230a1b528d66015021b8fa0d lxrandr-0.1.tar.gz
diff --git a/extra/lxrandr/Pkgfile b/extra/lxrandr/Pkgfile
new file mode 100644
index 000000000..78d859551
--- /dev/null
+++ b/extra/lxrandr/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Permet d'ajuster simplement la résolution d'écran
+# URL: http://lxde.org/about.html
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: gtk
+
+name=lxrandr
+version=0.1
+release=1
+source=(http://heanet.dl.sourceforge.net/sourceforge/lxde/lxrandr-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+
+}
+