talimat 1.6 KB

1234567891011121314151617181920212223242526272829
  1. # Tanım: GTK3 için tekli örnek uygulamaları yazan kütüphane
  2. # URL: http://live.gnome.org/LibUnique
  3. # Paketçi: Cihan_Alkan
  4. # Gerekler: gtk3 gobject-introspection
  5. # Grup: kütüphane
  6. isim=libunique3
  7. surum=3.0.2
  8. devir=1
  9. kaynak=(https://archive.archlinux.org/repos/2014/07/01/extra/os/x86_64/libunique3-3.0.2-3-x86_64.pkg.tar.xz)
  10. derle() {
  11. cd "$SRC/"
  12. install -Dm644 "usr/include/unique-3.0/unique/unique.h" "$PKG/usr/include/unique-3.0/unique/unique.h"
  13. install -Dm644 "usr/include/unique-3.0/unique/uniqueapp.h" "$PKG/usr/include/unique-3.0/unique/uniqueapp.h"
  14. install -Dm644 "usr/include/unique-3.0/unique/uniquebackend.h" "$PKG/usr/include/unique-3.0/unique/uniquebackend.h"
  15. install -Dm644 "usr/include/unique-3.0/unique/uniqueenumtypes.h" "$PKG/usr/include/unique-3.0/unique/uniqueenumtypes.h"
  16. install -Dm644 "usr/include/unique-3.0/unique/uniquemessage.h" "$PKG/usr/include/unique-3.0/unique/uniquemessage.h"
  17. install -Dm644 "usr/include/unique-3.0/unique/uniqueversion.h" "$PKG/usr/include/unique-3.0/unique/uniqueversion.h"
  18. install -Dm644 "usr/lib/girepository-1.0/Unique-3.0.typelib" "$PKG/usr/lib/girepository-1.0/Unique-3.0.typelib"
  19. install -Dm644 "usr/lib/pkgconfig/unique-3.0.pc" "$PKG/usr/lib/pkgconfig/unique-3.0.pc"
  20. install -Dm644 "usr/share/gir-1.0/Unique-3.0.gir" "$PKG/usr/share/gir-1.0/Unique-3.0.gir"
  21. install -Dm755 "usr/lib/libunique-3.0.so.0.0.2" "$PKG/usr/lib/libunique-3.0.so.0.0.2"
  22. cd "$PKG/usr/lib/"
  23. ln -s "libunique-3.0.so.0.0.2" "libunique-3.0.so.0"
  24. ln -s "libunique-3.0.so.0.0.2" "libunique-3.0.so"
  25. }