Skip to content

Instantly share code, notes, and snippets.

View chunyang's full-sized avatar

Chun Yang chunyang

View GitHub Profile
@chunyang
chunyang / PKGBUILD
Last active August 29, 2015 14:09
PKGBUILD for yarp 2.3.22
# Contributor: Victor Noël
pkgname=yarp
pkgver=2.3.22
pkgrel=1
pkgdesc="Yet Another Robot Platform"
url="http://eris.liralab.it/yarp/"
license=('GPL')
arch=('i686' 'x86_64')
makedepends=('cmake')
@chunyang
chunyang / PKGBUILD
Last active December 21, 2015 07:58
Was not able to build the broadcom-wl module without using patch linked to by cyberic. https://aur.archlinux.org/packages/broadcom-wl/
# Contributor: Austin ( doorknob60 [at] gmail [dot] com )
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=broadcom-wl
pkgver=5.100.82.112
pkgrel=13
pkgdesc='Broadcom 802.11abgn hybrid Linux networking device driver'
url='http://www.broadcom.com/support/802.11/linux_sta.php'
arch=('i686' 'x86_64')
license=('custom')
@chunyang
chunyang / PKGBUILD
Created December 1, 2012 16:35
python2-cairoplot PKGBUILD
# Contributor: Chuck Yang <Chuck dot Yang at gmail dot com>
# Contributor: Nuno Araujo <nuno.araujo@russo79.com>
pkgname=python2-cairoplot
_pkgname=cairoplot
pkgver=1.2
pkgrel=1
pkgdesc="Python API to plot graphics"
arch=(any)
url="http://rodrigoaraujo01.github.com/cairoplot/"