You are not logged in.
Pages: 1
I have made a new package to point2play2.0
here is the PKGBUILD:
pkgname=point2play
pkgver=2.0
pkgrel=1
pkgdesc="TransGaming fork of wine that is foccused towards gaming."
url="http://www.transgaming.com"
license=""
depends=()
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=($pkgname-$pkgver.1.tgz)
md5sums=()
build() {
cd $startdir/src/
cp -R usr ../pkg/
}
Offline
Pages: 1