blob: 63c012e92816d97f3b3910824dbe581d0d468456 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
# Run on:
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
}
|