contrib/limewire/Pkgfile

19 lines
448 B
Plaintext
Raw Normal View History

2006-12-19 09:47:23 +01:00
# Description: The Fastest P2P File Sharing Program on the Planet
# URL: http://www.limewire.com/
2007-01-20 03:21:06 +01:00
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: James Mills, prologic at shortcircuit dot net dot au
2006-12-19 09:47:23 +01:00
#
# Depends on: rpm2targz
name=limewire
version=4.12
release=1
source=(LimeWireLinux.rpm)
build() {
rpm2targz LimeWireLinux.rpm
tar zxvf LimeWireLinux.tar.gz
cp -r usr $PKG
chown -R root:root $PKG
}