diff options
Diffstat (limited to 'conary/Pkgfile')
-rw-r--r-- | conary/Pkgfile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conary/Pkgfile b/conary/Pkgfile new file mode 100644 index 0000000..cb1a724 --- /dev/null +++ b/conary/Pkgfile @@ -0,0 +1,14 @@ +description="rPath and Foresight package manager." +url=http://wiki.rpath.com/wiki/Conary +packager="Lukc (XMPP/SMTP: lukc AT upyum DOT com)" +maintainer="Lukc (XMPP/SMTP: lukc AT upyum DOT com)" +depends=(kid python) + +name=conary +version=2.1.23 +release=1 +source=(ftp://download.rpath.com/$name/$name-$version.tar.bz2) + +includes=(autotools) +use_configure=no + |