blob: 97a990fb7ca77727c605922fb00c3f766f2e0b22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Description: Thème de sons pour gnome
# URL: http://freedesktop.org/wiki/Specifications/sound-theme-spec
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gtk, gnome-python
name=sound-theme-freedesktop
version=0.2
release=1
source=(http://kiao.no-ip.info/NuTyX/files/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}
|