summaryrefslogtreecommitdiff
path: root/gsmartcontrol/Pkgfile
blob: 4ebb62bfb6285be81a6574c2c11757008d52bfa5 (plain)
    1 # Description: A graphical user interface for the smartctl hard disk drive health inspection tool.
    2 # URL: http://gsmartcontrol.sourceforge.net/home/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: gtkmm3 smartmontools xmessage
    5 
    6 name=gsmartcontrol
    7 version=1.1.3
    8 release=1
    9 source=(https://sourceforge.net/projects/$name/files/$version/$name-$version.tar.bz2)
   10 
   11 build() {
   12 	cd $name-$version
   13 
   14 	CXXFLAGS+=' -std=c++11' \
   15 	./configure --prefix=/usr
   16 
   17 	make
   18 	make DESTDIR=$PKG install
   19 
   20 	rm -r $PKG/usr/share/doc
   21 }

Generated by cgit