contrib/limewire/Pkgfile

19 lines
446 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/
# Maintainer: James Mills prologic at shortcircuit dot net dot au
# Packager: James Mills prologic at shortcircuit dot net dot au
#
# 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
}