Pkgfile 537 B

1234567891011121314151617
  1. # Description: This library allows one to load externally stored user interfaces into programs. This allows alteration of the interface without recompilation of the program.
  2. # URL: https://packages.debian.org/buster/libglade2-0
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # Depends on: glade
  5. name=libglade
  6. version=2.6.4
  7. release=1
  8. source=(http://deb.debian.org/debian/pool/main/libg/libglade2/libglade2_2.6.4.orig.tar.gz)
  9. build() {
  10. cd $name-$version
  11. ./configure --prefix=/usr
  12. make
  13. make DESTDIR=$PKG install
  14. }