diff options
Diffstat (limited to 'app-arch/pet2tgz/pet2tgz-0.3.ebuild')
-rw-r--r-- | app-arch/pet2tgz/pet2tgz-0.3.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-arch/pet2tgz/pet2tgz-0.3.ebuild b/app-arch/pet2tgz/pet2tgz-0.3.ebuild new file mode 100644 index 000000000000..fc4a789fecba --- /dev/null +++ b/app-arch/pet2tgz/pet2tgz-0.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +DESCRIPTION="Puppy Linux .pet to .tar.gz converter" +HOMEPAGE="http://sourceforge.net/projects/pet2tgz/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DOCS="AUTHORS" |