diff options
Diffstat (limited to 'community/brise/PKGBUILD')
-rw-r--r-- | community/brise/PKGBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/community/brise/PKGBUILD b/community/brise/PKGBUILD deleted file mode 100644 index efbeccd76..000000000 --- a/community/brise/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# $Id: PKGBUILD 90136 2013-05-07 05:26:31Z fyan $ -# Maintainer: Felix Yan <felixonmars@gmail.com> -# Contributor: GONG Chen <chen dot sst at gmail dot com> - -pkgname=brise -pkgver=0.22 -pkgrel=1 -pkgdesc="Rime schema repository" -arch=('i686' 'x86_64') -url="http://code.google.com/p/rimeime/" -license=('GPL3') -depends=() -makedepends=('cmake' 'librime>=0.9.9') -provides=('librime-data') -conflicts=('librime<0.9.9' 'ibus-rime<0.9.9') -source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz") - -build() { - cd "${srcdir}/$pkgname" - make -} - -package() { - cd "${srcdir}/$pkgname" - make DESTDIR="$pkgdir" install -} -md5sums=('d9a55bc0b6bdd49e2622b76df43ef12f') |