Compare commits

..

No commits in common. "f9947cc5219411d49591b337a36aa4e7ed40a64b" and "4917eaede5b4497eaf67f057ded7dcc1fa09d1ad" have entirely different histories.

3 changed files with 32 additions and 60 deletions

View File

@ -1,5 +1,4 @@
# Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
pkgname=ogre-1.11
pkgver=1.11.6
pkgrel=1

View File

@ -1,27 +0,0 @@
# Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
pkgname=socketw
pkgver=3.10.27
pkgrel=1
pkgdesc="a cross platform streaming socket C++ library"
arch=('i686' 'x86_64')
url="http://rigsofrods.github.io/socketw/"
depends=('libssl-dev')
license=('GPL-2')
source=("https://github.com/RigsOfRods/socketw/archive/${pkgver}.tar.gz")
sha512sums=('2434e4e3ccb8a93a8fc08ca42e3af0b2e3ba420043b290c4b3f23c14f172e4cdc6a7f32e8abfaa11ecc0adc7f864ea07d03e444c62a286a83b62077a8b05673e')
build() {
cd socketw-${pkgver}
cmake . \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make -j$(nproc)
}
package() {
cd socketw-${pkgver}
make DESTDIR=${pkgdir} install
}