#Maintainer: Richard Lapointe #Former Maintainer(s): Name #Anything commented out is optional and can be deleted. pkgname=hddtemp pkgver=0.3beta15 pkgrel=1rl arch=i486 source=(http://nongnu.askapache.com/hddtemp/hddtemp-0.3-beta15.tar.bz2 \ http://download.savannah.nongnu.org/releases/hddtemp/hddtemp.db) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http:https://savannah.nongnu.org/projects/hddtemp #CFLAGS= #CXXFLAGS= #options=('noextract') #options=('noautodotnew') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "hddtemp (Tool to monitor the temperature of your HD)" "hddtemp is a small utility that gives you the temperature of your" "hard drive by reading S.M.A.R.T. informations (for drives that" "support this feature)." "" "Note: only recent hard drives have a temperature sensor." ) build() { cd $startdir/src/$pkgname-0.3-beta15 ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --with-db-path=/etc/hddtemp.db make || return 1 make install DESTDIR=$startdir/pkg mkdir -pv $startdir/pkg/etc/ install -v -m 644 $startdir/src/hddtemp.db $startdir/pkg/etc/ }