blob: 42798790144c69bf23369dbab178ea048e9c57f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Description: Terminal pour lxde
# URL: http://lxde.org/
# Maintainer: NuTyX core team
# Packager: geantbrun at gmail dot com
# Depends on: intltool, vte
# Run on: vte
name=lxterminal
version=0.1.11
release=1
source=(http://downloads.sourceforge.net/lxde/files/lxterminal-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}
|