summaryrefslogtreecommitdiffstats
path: root/sg3_utils/Pkgfile
blob: ec6b3af5b1f0b3dd5ee48edfca38330dd38ab07e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Utilitaires génériques SCSI 
# URL: http://sg.danny.cz/sg/sg3_utils.html
# Maintainer: NuTyX core team
# Packager: lesibel at free dot fr
# Depends on: 

name=sg3_utils
version=1.31
release=1

source=(http://sg.danny.cz/sg/p/$name-$version.tgz)

build() {
	cd $name-$version
        ./configure --prefix=/usr
        make
        make DESTDIR=$PKG install
}