diff options
-rw-r--r-- | extra/lxrandr/.footprint | 7 | ||||
-rw-r--r-- | extra/lxrandr/.md5sum | 1 | ||||
-rw-r--r-- | extra/lxrandr/Pkgfile | 19 |
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 + +} + |