blob: 23c860170a41d7818d99a5439504444feddd976e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Description: Terminal pour lxde
# URL: http://lxde.org/
# Maintainer: NuTyX core team
# Packager: geantbrun at gmail dot com
# Depends on: intltool vte
name=lxterminal
version=0.1.6
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
}
|