blob: 654e624f9618a8ebcf05d9458509e704b077df67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Description: Moteur de thémes GTK+
# URL: http://www.libsdl.org/projects/SDL_net/
# Maintainer: NuTyX core team
# Packager: tux03 at tuxfamily dot org
# Depends on:
name=gtk2-engines-ubuntulooks
version=0.9.12
release=1
group=
source=(http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntulooks/ubuntulooks_0.9.12.orig.tar.gz)
build() {
cd ubuntulooks-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}
|