Browse Source

Michiel Hobbelman <hobbel@hobbelman.org>:

- updated ruby-postgres (0.7.1)
- fixed ruby-postgres' postgres useage ($pkg_xx_prefix instead of static)


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2331 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Michiel Hobbelman 21 years ago
parent
commit
54fb679103
2 changed files with 5 additions and 4 deletions
  1. +2
    -1
      package/michiel/ruby-postgres/ruby-postgres.conf
  2. +3
    -3
      package/michiel/ruby-postgres/ruby-postgres.desc

+ 2
- 1
package/michiel/ruby-postgres/ruby-postgres.conf

@ -21,7 +21,8 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
ruby-pg_main() {
ruby extconf.rb
ruby extconf.rb --with-pgsql-include-dir=$pkg_postgresql_prefix/include \
--with-pgsql-lib=$pkg_postgresql_prefix/lib
make
make install
}

+ 3
- 3
package/michiel/ruby-postgres/ruby-postgres.desc

@ -1,4 +1,3 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
@ -34,8 +33,9 @@
[L] GPL
[S] Stable
[V] 0.7.0
[V] 0.7.1
[P] X -----5---9 706.000
[D] 3035947900 ruby-postgres-0.7.0.tar.gz http://www.postgresql.jp/interfaces/ruby/archive/
[D] 1329456040 ruby-postgres-0.7.1.tar.gz http://www.postgresql.jp/interfaces/ruby/archive/

Loading…
Cancel
Save