~noskcaj/ubuntu/trusty/argyll/merge

« back to all changes in this revision

Viewing changes to jcnf/yajl/configure

  • Committer: Bazaar Package Importer
  • Author(s): Roland Mas
  • Date: 2009-12-10 17:26:04 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091210172604-pfjrmh0cag9hn0x8
Tags: 1.1.0~rc2-1
* New upstream pre-release.
* Updated location of Bazaar branches in control file.
* The Debian-specific branch now feeds from the "midstream" branch
  rather than the "upstream-releases" branch, to ease collaboration with
  other distributions.  This shouldn't make any difference on the
  package contents.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env ruby
2
 
# Copyright 2007, Lloyd Hilaiel.
 
2
# Copyright 2007-2009, Lloyd Hilaiel.
3
3
4
4
# Redistribution and use in source and binary forms, with or without
5
5
# modification, are permitted provided that the following conditions are
83
83
  f.puts "      @rm -f yajl-*.tgz"
84
84
  f.puts
85
85
  f.puts "install: all" 
86
 
  f.puts "      @echo oops, install target not yet implemented"
 
86
  f.puts "      @cd build && make install"
87
87
  f.puts
88
88
  f.puts "package: all"
89
89
  f.puts "      @echo \"compressing to `basename build/yajl-*`.tgz\""