diff options
author | Lukc <lukc@upyum.com> | 2010-09-04 13:10:35 +0000 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-09-04 13:10:35 +0000 |
commit | e3d902049d484108028fcfaae97d77ed52b29891 (patch) | |
tree | f2ec2970806168dc824fc4b4bb24ed6bdf0aaa49 /dpkg | |
parent | 5522f4b62e28a8569ba0f83d4ac777e170331b9c (diff) | |
download | ports-e3d902049d484108028fcfaae97d77ed52b29891.tar.gz ports-e3d902049d484108028fcfaae97d77ed52b29891.tar.bz2 ports-e3d902049d484108028fcfaae97d77ed52b29891.tar.xz ports-e3d902049d484108028fcfaae97d77ed52b29891.zip |
dpkg port added.
Diffstat (limited to 'dpkg')
-rw-r--r-- | dpkg/Pkgfile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dpkg/Pkgfile b/dpkg/Pkgfile new file mode 100644 index 0000000..1762a4c --- /dev/null +++ b/dpkg/Pkgfile @@ -0,0 +1,13 @@ +description="Debian Package manager." +url=http://debian.org +maintainer="Lukc (XMPP/SMTP: lukc AT upyum DOT com)" +packager="Lukc (XMPP/SMTP: lukc AT upyum DOT com)" +depends=() + +name=dpkg +version=1.15.8.3 +release=1 +source=(http://ftp.de.debian.org/debian/pool/main/d/$name/${name}_$version.tar.bz2) + +includes=(autotools) + |