summaryrefslogtreecommitdiff
path: root/smartmontools/Pkgfile
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /smartmontools/Pkgfile
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'smartmontools/Pkgfile')
-rw-r--r--smartmontools/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/smartmontools/Pkgfile b/smartmontools/Pkgfile
new file mode 100644
index 000000000..36194c155
--- /dev/null
+++ b/smartmontools/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Utilities to control and monitor S.M.A.R.T. hard drives
+# URL: http://smartmontools.sourceforge.net/
+# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
+
+name=smartmontools
+version=5.32
+release=1
+source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \
+ smartd)
+
+build () {
+ cd $name-$version
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+ make DESTDIR=$PKG install
+ install -m 755 ../smartd $PKG/etc/rc.d
+ rm -R $PKG/{usr/share,etc/rc.d/init.d}
+}

Generated by cgit