the new format
git-svn-id: http://172.17.0.253/svn/soft_pkgs/sys_nicmonitor@146 09c3743a-b0dd-45d3-b506-aa74c7a2a6ef
This commit is contained in:
20
code/trunk/Pkgfile
Normal file
20
code/trunk/Pkgfile
Normal file
@@ -0,0 +1,20 @@
|
||||
# Description: A system to store and display time-series data.
|
||||
# URL: http://oss.oetiker.ch/rrdtool/index.en.html
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Younes Hafri, ycrux at club-internet dot fr
|
||||
# Depends on: libart_lgpl libcgi libgd pango python tcl intltool
|
||||
|
||||
name=sys_nicmonitor
|
||||
version=1.0
|
||||
release=x86_64-linx-Rocky4.2
|
||||
source=(http://172.16.0.73/mnic/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
mkdir -p $PKG/var/log/netcard
|
||||
chmod 777 $PKG/var/log/netcard
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user