summaryrefslogtreecommitdiffstats
path: root/extra/pysdm/Pkgfile
blob: 01581aaac0d15f2f842060c9fe42520f36b7394c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Description: Interface pour gerer le montage des partitions
# URL: http://pysdm.sourceforge.net/ 
# Maintainer: NuTyX core team
# Packager: geantbrun at gmail dot com
# Depends on: 
# Run on:

name=pysdm
version=0.4.1
release=1
source=(http://switch.dl.sourceforge.net/project/pysdm/pysdm/pysdm%200.4.1/pysdm-0.4.1.tar.gz \
 pysdm.desktop \ pysdm.png)
        

build() {
cd $name-$version
        ./configure

	make
	make PREFIX=/usr DESTDIR=$PKG install

        install -D -m 644 ../$name.desktop $PKG/usr/share/applications/$name.desktop
        install -D -m 644 ../$name.png $PKG/usr/share/pixmaps/$name.png
}