talimat 384 B

12345678910111213141516171819
  1. # Description: Caja için Python
  2. # URL: http://matsusoft.com.ar/projects/mate
  3. # Packager: yasarciv
  4. # Depends on: caja python-gobject2
  5. name=python-caja
  6. version=1.16.0
  7. release=1
  8. source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
  9. build() {
  10. cd $name-$version
  11. ./configure \
  12. --prefix=/usr \
  13. --disable-static
  14. make
  15. make DESTDIR=$PKG install
  16. }