talimat 418 B

1234567891011121314151617181920
  1. # Description: C ++ programları ve kitaplıkları için esnek bir mesaj günlüğü tesisi
  2. # URL: http://www.arg0.net/rlog
  3. # Packager: milisarge
  4. # Depends on:
  5. name=rlog
  6. version=1.4
  7. release=1
  8. source=(http://rlog.googlecode.com/files/$name-$version.tar.gz
  9. $name-section.patch)
  10. build () {
  11. cd $name-$version
  12. patch -Np1 -i ../$name-section.patch
  13. ./configure --prefix=/usr
  14. make
  15. make DESTDIR=$PKG install
  16. }