blob: adb2fe8bb9552c747726f8f65a2c2fb85e9d6c7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Description: Permet la mise à jour centralisée des info MIME pour toutes les appli. supportées
# URL: http://freedesktop.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: p5-xml-parser, libxml2, glib, intltool
# Run on: libxml2,glib,intltool
name=shared-mime-info
version=0.80
release=1
source=( http://freedesktop.org/~hadess/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}
|