contrib/gsmartcontrol/Pkgfile

22 lines
547 B
Plaintext
Raw Normal View History

2017-03-22 07:38:08 +01:00
# Description: A graphical user interface for the smartctl hard disk drive health inspection tool.
# URL: http://gsmartcontrol.sourceforge.net/home/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: gtkmm3 smartmontools xmessage
2017-03-22 07:38:08 +01:00
name=gsmartcontrol
2022-02-05 17:37:20 +01:00
version=1.1.4
2017-03-22 07:38:08 +01:00
release=1
2022-02-05 17:37:20 +01:00
source=(https://github.com/ashaduri/gsmartcontrol/releases/download/v$version/gsmartcontrol-$version.tar.bz2)
2017-03-22 07:38:08 +01:00
build() {
cd $name-$version
CXXFLAGS+=' -std=c++11' \
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}