summaryrefslogtreecommitdiff
path: root/social/ruby-headers/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-27 06:05:47 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-27 06:05:47 -0300
commitd73f07b0acf8bae623e1e112a7cb3744a84a92ee (patch)
tree87a2b353ea5229bbe309ea9db9d43bf24e2a6fd8 /social/ruby-headers/PKGBUILD
parentc001329b017288676a28aa6078bf16ad42e318e9 (diff)
parent0ff008e3c9dcc5ef088f481dfff3dcd121575598 (diff)
downloadabslibre-d73f07b0acf8bae623e1e112a7cb3744a84a92ee.tar.gz
abslibre-d73f07b0acf8bae623e1e112a7cb3744a84a92ee.tar.bz2
abslibre-d73f07b0acf8bae623e1e112a7cb3744a84a92ee.zip
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'social/ruby-headers/PKGBUILD')
-rw-r--r--social/ruby-headers/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/social/ruby-headers/PKGBUILD b/social/ruby-headers/PKGBUILD
deleted file mode 100644
index aa76804c8..000000000
--- a/social/ruby-headers/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Maintainer: fauno <fauno@kiwwwi.com.ar>
-# Contributor (Arch): Hilton Medeiros <medeiros.hilton at gmail dot com>
-
-pkgname=ruby-headers
-_pkgname=ruby
-pkgver=1.9.3_p392
-_pkgver=1.9.3-p392
-pkgrel=1
-pkgdesc="A package of all Ruby headers needed by some gems like ruby-debug."
-arch=('any')
-url="http://www.ruby-lang.org/en/"
-license=('GPL2' 'custom:Ruby')
-depends=("ruby=$pkgver")
-source=("http://ftp.ruby-lang.org/pub/ruby/1.9/$_pkgname-$_pkgver.tar.bz2")
-
-build() {
- :
-}
-
-package() {
- cd "$srcdir/$_pkgname-$_pkgver"
-
- # Just to make sure, since currently we have /usr/include/ruby-1.9.1 for ruby 1.9.2
- _hdrdir=`ruby -e "require 'rbconfig'; puts Config::CONFIG['rubyhdrdir']"`
-
- install -d "$pkgdir$_hdrdir/$_pkgname-$_pkgver"
- install -m644 *.{h,inc} "$pkgdir$_hdrdir/$_pkgname-$_pkgver"
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-md5sums=('a810d64e2255179d2f334eb61fb8519c')