diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2007-12-05 04:17:48 +1100 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2007-12-05 04:26:18 +1100 |
commit | 91b7e316498b8b67d6d2aa3d1d0428b0be2a23d2 (patch) | |
tree | 31f1cb2ae436e0e6bd9012841799e5f788e4df46 /miau/Pkgfile | |
parent | 246b136f78534cd117a8cecc13d040e38740b5be (diff) | |
download | contrib-91b7e316498b8b67d6d2aa3d1d0428b0be2a23d2.tar.gz contrib-91b7e316498b8b67d6d2aa3d1d0428b0be2a23d2.tar.xz |
miau: taken over maintainer and updated 0.6.3 -> 0.6.5
Diffstat (limited to 'miau/Pkgfile')
-rw-r--r-- | miau/Pkgfile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/miau/Pkgfile b/miau/Pkgfile index 942334ccb..0c438cc48 100644 --- a/miau/Pkgfile +++ b/miau/Pkgfile @@ -1,9 +1,11 @@ -# Description: Small IRC proxy -# URL: http://miau.sourceforge.net/ -# Maintainer: Mark Rosenstand, mark at borkware dot net +# Description: Small IRC proxy. +# URL: http://miau.sourceforge.net/ +# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au +# Packager: Mark Rosenstand, mark at borkware dot net +# Depends on: name=miau -version=0.6.3 +version=0.6.5 release=1 source=(http://dl.sourceforge.net/sourceforge/miau/miau-$version.tar.bz2) @@ -28,3 +30,4 @@ build() { mv $PKG/usr/share/doc/miau $PKG/usr/share rm -r $PKG/usr/share/{doc,info} } + |