diff options
Diffstat (limited to 'nhopkg/Pkgfile')
-rw-r--r-- | nhopkg/Pkgfile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nhopkg/Pkgfile b/nhopkg/Pkgfile new file mode 100644 index 0000000..3fa2da1 --- /dev/null +++ b/nhopkg/Pkgfile @@ -0,0 +1,13 @@ +description="Lightweight and powerfull package manager system." +packager="Lukc (XMPP/SMTP: lukc AT upyum DOT com)" +maintainer="Lukc (XMPP/SMTP: lukc AT upyum DOT com)" +url=http://www.nhopkg.org/ +depends=(bash grep bzip2 gzip) + +name=nhopkg +version=0.5.1 +release=1 +source=(http://downloads.sourceforge.net/project/$name/$name/$name-${version%.*}/$name-$version.tar.bz2) + +includes=(autotools) + |