summaryrefslogtreecommitdiffstats
path: root/extra/lxrandr/Pkgfile
blob: 16c778e72e4fdb298b5f044e0f90f01e7f72cf23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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, xorg-xrandr
# Run on:

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

}